Skip to main content
Glama

DETRAN MT: 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.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so safety profile is clear. The description adds the specific content (platform and adapter versions) beyond annotations, offering context about what the tool reports.

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, clear sentence that fully expresses the tool's function without fluff. Front-loaded with the action verb 'Show', no wasted words.

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 has zero parameters accentric, simple purpose, and annotations cover safety, the description is adequately complete. No output schema is present, but for a trivial version info tool, not needed. It clearly states what information is returned.

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?

There are 0 parameters, so no parameter documentation is needed. Per the rubric, a 0-parameter tool gets a baseline of 4. No additional parameter semantics required.

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 resource ('current MCP platform and adapter versions'), clearly distinguishing it from siblings like 'toolkit_info' or 'connect'. It immediately conveys the tool's exact purpose.

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 when to use this tool (when needing version information) and its simple scope. It doesn't explicitly mention alternatives or when-not-to-use, but given the tool's simplicity and zero parameters, this is sufficient.

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

authenticate, connect, and toolkit_info all touch auth/connection status, so an agent must read carefully to pick the right one. The DETRAN query tool and marketplace are clearly distinct, but the platform helpers blur together.

Naming Consistency2/5

Names mix bare verbs (authenticate, connect), noun phrases (marketplace, toolkit_info), and a Portuguese snake_case object-verb (detran_mt_veiculo_consultar). There is no consistent verb_noun or noun_verb convention across the set.

Tool Count3/5

Seven tools is a reasonable number, but six are generic platform/meta helpers (auth, connect, marketplace, bug report, version, toolkit info) and only one is the named DETRAN vehicle domain. This makes the set feel padded and off-topic for a 'DETRAN MT: Veículo' server.

Completeness3/5

The core paid vehicle consultation flow is supported (authenticate, connect, market/checkout, consultar), so agents can complete a query. However, beyond that single query there are no other vehicle-domain operations (e.g., searching by different identifiers, listing query history, or checking credits), leaving the domain surface thin.