Skip to main content
Glama

DETRAN PR: Veículo (Extrato)

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/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, so the agent knows this is a safe inspection. The description adds the 'current' qualifier, indicating it reflects live versions, but does not elaborate on output format or any potential failure modes. This is sufficient but not rich.

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 a single, concise sentence that fully captures the tool's purpose without unnecessary words. It is appropriately sized for the tool's simplicity.

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?

Given the extremely low complexity (no parameters, no output schema) and the strong annotation coverage, the description provides enough context. It does not describe return values, but for a version-check utility this is a minor omission rather than a critical gap.

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, so the schema fully covers everything. According to the rubric, a no-parameter tool receives a baseline score of 4, and the description adds nothing that contradicts or needs clarification.

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 action ('Show') and the specific resource ('current MCP platform and adapter versions'). It is easily distinguished from sibling tools like authenticate or report_bug, which serve entirely different purposes.

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 implies use when version information is needed, but it does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions. For a simple read-only utility, the implied usage is acceptable but not fully 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.5/5.0
Disambiguation4/5

Most tools are distinct: domain-specific query vs. platform utilities. However, 'authenticate' and 'connect' overlap in managing connections, which could cause misselection. The remaining tools are clearly separate.

Naming Consistency2/5

Names are inconsistent: most are camelCase (e.g., 'marketplace', 'report_bug', 'show_version') but the domain tool uses snake_case ('detran_pr_veiculo_consultar'). Mixed conventions and no unified verb-noun pattern.

Tool Count3/5

Seven tools is within a reasonable count, but only one is domain-specific; the rest are generic MCP platform utilities. This feels like a bundle rather than a focused DETRAN server, making scope unclear.

Completeness2/5

The DETRAN domain is represented by a single consulting tool. No update, delete, or other lifecycle operations. While the service may be read-only, the lack of any additional domain actions leaves the surface thin.