Skip to main content
Glama

Buscar versões

carpedia_buscar_versoes
Read-onlyIdempotent

Acha versões de veículo no catálogo Carpedia — o jeito mais rápido de chegar num fipeId. Use termo pra busca livre (ex.: "corolla xei", opcionalmente com marca pra restringir a busca) OU marca+modelo (slugs exatos) pra listar todas as versões de um modelo específico.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marcaNoSlug da marca — sozinho, restringe a busca por `termo`; junto com `modelo`, é o atalho exato.
termoNoBusca livre por nome (marca+modelo+versão), ex.: "onix ltz". Até 120 caracteres.
modeloNoSlug do modelo — só válido junto com `marca`, pro atalho exato.

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint and non-destructive behavior, so the bar is lower. The description adds behavioral context by explaining the two output-producing search paths and framing the tool as the fastest route to a fipeId; nothing contradicts 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?

Two sentences, no filler, with the main purpose and fastest path front-loaded before parameter combinations. Every clause earns its place.

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 read-only lookup with three optional parameters and no output schema, the description covers both search modes and the intended result. It does not spell out the exact response fields or the no-argument edge case, but the annotations plus the usage modes are enough for an agent to call it correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3; the description goes beyond it by explaining how the parameters combine (`termo` can be restricted by `marca`, while `marca`+`modelo` is the exact slug shortcut) and by giving concrete examples like 'corolla xei' and 'onix ltz'.

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 opens with a specific verb and resource ('Acha versões de veículo no catálogo Carpedia') and states the intended outcome ('chegar num fipeId'). This clearly differentiates it from sibling brand/model search tools.

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?

It explicitly presents two invocation modes: free `termo` search with optional `marca` restriction, or exact `marca`+`modelo` slugs to list versions. The guidance is clear for choosing parameters, though it does not name sibling tools or state when not to use this tool.

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