Skip to main content
Glama

Valor FIPE do Veículo

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior3/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 the safety profile. The description adds useful context by specifying exactly which versions are shown (MCP platform and adapter), but does not disclose any additional behavior beyond that.

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?

A single concise sentence that front-loads the verb and resource. No filler or redundant information.

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

Completeness5/5

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

The tool is trivial—no params, no output schema—and the description fully captures its functionality. For a version-checking tool, nothing more is needed.

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?

The tool has zero parameters, and the description implies no input is needed. With an empty input schema, the description adds just enough clarity by indicating the tool simply returns version information. Baseline 4 is appropriate for zero-parameter tools.

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 uses a specific verb 'Show' with a clear resource ('current MCP platform and adapter versions'). It is precise and distinguishes this tool from siblings like authenticate, connect, or marketplace.

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 purpose is so self-explanatory that usage is implied—checking versions—but there is no explicit when-to-use guidance or mention of alternatives. For a simple info tool, this is acceptable but not explicit.

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.