Skip to main content
Glama

DETRAN BA: 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.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, providing the safety profile. The description adds the behavioral detail that it returns both MCP platform and adapter versions. No contradictions with annotations. The description complements the annotations rather than repeating them.

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 clear sentence, efficiently conveying the tool's purpose without extraneous detail. It is appropriately front-loaded and contains no filler.

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?

Given the tool's simplicity (no parameters, no output schema), the description fully covers what the agent needs: what the tool does and what information it provides. The annotations cover the behavioral traits, so nothing is missing.

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 input schema has 0 parameters, so there is no need for parameter documentation. The description already specifies what information is shown. Schema description coverage is 100% (vacuously), and the description adds meaningful context about what the tool outputs, so a baseline of 4 is appropriate.

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 function: showing the current MCP platform and adapter versions. It uses a specific verb ('Show') and resource ('platform and adapter versions'), effectively distinguishing its purpose. Even without siblings with similar names, it unambiguously communicates what the tool does.

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 implies usage: call it when you need to know current version information. It does not explicitly mention alternatives or when not to use it, but given it's a simple informational tool, the context is clear. There are no siblings with overlapping functionality, so no exclusions are necessary.

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.6/5.0
Disambiguation3/5

The platform tools are mostly distinguishable, but 'authenticate' and 'connect' have overlapping auth/connection concerns, and 'marketplace' bundles many unrelated capabilities into one oversized tool. The single DETRAN domain tool is clear, but the surrounding meta-tools make the server's purpose ambiguous.

Naming Consistency2/5

Naming mixes styles and languages: verb-only names like 'connect' and 'authenticate', English noun names like 'marketplace' and 'toolkit_info', and Portuguese snake_case like 'detran_ba_multas_consultar'. There is no consistent verb_noun or naming convention across the set.

Tool Count2/5

Seven tools is not inherently excessive, but six of them are generic platform-management utilities unrelated to the DETRAN BA Multas domain. The server effectively offers only one domain tool, making the count misleading and poorly scoped for its stated purpose.

Completeness2/5

The only domain operation is consulting DETRAN BA fines, with no broader fine lifecycle coverage such as payment, dispute, or vehicle-related queries. The remaining tools address platform infrastructure rather than filling domain gaps, so the server is severely incomplete as a DETRAN-oriented tool surface.