Skip to main content
Glama

Valor FIPE do Veículo

report_bug

Idempotent

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare idempotentHint=true, readOnlyHint=false, and destructiveHint=false, so the safety profile is known. The description adds the contextual point that conversation history aids reproduction, but it does not disclose what happens after submission (e.g., response behavior, rate limits, or side effects). This is acceptable but not richly outlined.

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 two concise sentences with no wasted words. It front-loads the primary purpose and immediately follows with a key usage instruction. Excellent structure.

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?

The description sufficiently covers the main functionality and gives important input guidance. For a simple reporting tool, it is adequate, though it lacks details about return values, conversation format, and the optional context parameter. Given the absence of an output schema, this level of completeness is reasonable.

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 0%, so the description must compensate. It explains the conversation parameter's role ('for reproduction') and the message parameter implicitly through the purpose. However, the context parameter is left unexplained. Additionally, the description says 'conversation array' while the schema defines conversation as a string, a minor inconsistency that could confuse.

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 the tool's purpose: 'Report a bug, missing feature, or send feedback.' This is a specific verb and resource, and it distinguishes this tool from sibling tools like authenticate, connect, marketplace, and show_version, which serve entirely different functions.

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 gives clear context on when to use the tool (for reporting bugs/feedback) and provides an instruction to include the conversation array for reproduction. However, it does not explicitly mention exclusions or alternatives, though no direct alternatives exist among siblings.

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.

TDQS

A3.8/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but authenticate and connect both relate to connection/auth and could cause confusion. The marketplace tool is broad but self-contained.

Naming Consistency2/5

Naming is inconsistent: bare verbs (authenticate, connect), verb_noun (report_bug, show_version), noun_noun (toolkit_info), and one Portuguese noun-verb (veiculo_fipe_consultar). No uniform pattern or language.

Tool Count2/5

The raw count of 7 is reasonable, but the toolset mixes generic platform management tools with a single vehicle-specific lookup, making the toolkit feel unfocused relative to the server's stated FIPE purpose.

Completeness4/5

The core FIPE consultation is covered via plate/chassis lookup with market value. Minor gaps like historical values or batch queries exist but are not essential for the primary workflow.