Skip to main content
Glama

DETRAN MS: Multas

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, covering the safety profile. The description adds minimal behavioral context beyond 'current' (implying live retrieval), but it doesn't describe any side effects, rate limits, or return format. With annotations covering the main traits, this is acceptable but not enriched beyond structured data.

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 with zero wasted words. It front-loads the key verb and resource, making it immediately actionable. Nothing is superfluous.

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 tool's simplicity (no parameters, rich annotations, no output schema needed), the description is complete for operational purposes. It explains what the tool does without needing to detail return values or side effects. A slightly higher score would require explicit statement of what versions are covered (e.g., adapter names), but this is adequate for a straightforward version checker.

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 baseline is 4. The schema is trivially complete (no parameters to document), and the description doesn't need to add parameter semantics. It correctly focuses on what the tool does rather than empty parameter details.

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' and identifies the exact resource ('current MCP platform and adapter versions'), making the tool's purpose unambiguous. It clearly distinguishes itself from sibling tools like authenticate or connect, as none of those are about version information.

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 usage for checking version info but provides no explicit guidance on when to use this tool versus alternatives. There is no mention of exclusions or context where another tool might be preferred (e.g., toolkit_info could also provide system info). The intent is obvious but not explicitly differentiated from 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.5/5.0
Disambiguation2/5

The DETRAN query tool is clear, but `marketplace` is a meta-tool that overlaps with `connect`, `authenticate`, `toolkit_info`, and even `report_bug`. Since multiple tools can handle connection URLs, listing callable tools, reporting bugs, or running the same DETRAN query, an agent has ambiguous entry points for the same capability.

Naming Consistency2/5

Names are mixed across styles: single tokens (`authenticate`, `connect`, `marketplace`), verb_noun (`report_bug`, `show_version`), and `detran_ms_multas_consultar`, which places the verb at the end. The set has no consistent naming convention, making the handful of tools feel more arbitrary than organized.

Tool Count3/5

Seven tools is a reasonable raw number, but the the set is not well scoped: six are generic platform utilities and only one tool is actually DETRAN-specific. For a server named 'DETRAN MS: Multas', the real DETRAN surface is thin and the platform 'platform furniture' carries most of the tool count.

Completeness4/5

For the read-only consultation scope, `detran_ms_multas_consultar` covers the core operation, and the platform tools cover auth, connectivity, versioning, bug reporting, and marketplace access. Extra DETRAN workflows such as payment or appeals are not represented, but they are also not promised by the tool descriptions.