Skip to main content
Glama

Imagem do veículo

carpedia_imagem_veiculo
Read-onlyIdempotent

Imagem do modelo — foto do carro quando existe; senão o logo da marca; senão um monograma. Sempre devolve algo renderizável, com a atribuição correta (ilustração de IA é marcada como tal). Precisa dos slugs de marca e modelo do catálogo Carpedia.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anoNoAno-modelo "AAAA" ou "0 Km" — schema do manifesto de fotos, NÃO o "32000" do domínio de preço.
marcaYesSlug da marca (ex.: "jeep").
modeloYesSlug do modelo (ex.: "compass").

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds meaningful behavioral details: guaranteed renderable output, fallback logic, and AI-illustration attribution. This goes beyond the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with zero filler. The first sentence front-loads the core purpose and fallback behavior; the second adds the guarantee, attribution policy, and prerequisites. Efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple image-retrieval tool with three parameters and no output schema, the description covers the essential behavior, fallback logic, and attribution. It does not specify the exact return format (e.g., URL vs. binary), but given the simplicity and annotations, it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all three parameters already have clear descriptions (slug format, year format). The description only reinforces the need for slugs but adds no new meaning beyond what the schema provides, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns a vehicle image with a specific fallback chain (photo → logo → monogram). It identifies the resource (vehicle model via brand/model slugs) and is easily distinguished from sibling tools that handle specs, prices, or maintenance.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving vehicle images and explicitly requires brand/model slugs from the Carpedia catalog. It does not name alternatives, but among the 16 siblings it is the only image tool, so the usage context is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources