Skip to main content
Glama

Preço FIPE

carpedia_preco_fipe
Read-onlyIdempotent

Preço FIPE vigente de uma versão de veículo do catálogo Carpedia, identificada pelo fipeId. Sem ano, devolve todos os anos-modelo disponíveis; com ano, devolve só aquele ano-modelo + variação (mês a mês e 12 meses).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anoNoAno-modelo de 4 dígitos (ex.: "2024"), ou "32000" para 0km.
fipeIdYesId da versão no catálogo Carpedia.

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already state readOnlyHint=true and idempotentHint=true; the description adds conditional behavior about the returned data (all model years vs. one model year with variation), which is useful and does not contradict the annotations.

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?

The description is short, direct, and well-structured in two sentences, with no redundant or irrelevant information.

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?

There is no output schema, but the description indicates what is returned in each mode. It could be slightly more complete by detailing the exact response structure, but it is sufficient for the tool's simple purpose.

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

Parameters5/5

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

The schema already covers both parameters with 100% coverage, and the description further explains the semantic difference between omitting and providing ano, enriching the parameter meaning beyond the schema.

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 first sentence clearly defines the tool's purpose: it returns the current FIPE price for a vehicle version identified by fipeId. The rest of the description clarifies the behavior with and without the ano parameter.

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

Usage Guidelines3/5

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

The description gives useful guidance on how to use the ano parameter (omit to list all model years, provide it to get a specific year plus variation), but it does not explicitly say when to choose this tool over siblings like carpedia_historico_preco.

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