Skip to main content
Glama

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 and idempotentHint=true, covering the safety profile. The description adds that it shows both platform and adapter versions, which is slightly more specific than the tool name. No additional context about output format or auth is provided, but given the read-only nature, this is acceptable.

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 no unnecessary words. It is front-loaded and directly communicates the tool's function.

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?

For a zero-parameter, read-only tool with strong annotations, this description is fully complete. It provides all needed information for an agent to select and invoke the tool correctly.

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 there is nothing to explain. Per the rubric, 0 params earns a baseline of 4, and the description does not need to add anything beyond the empty schema.

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?

Clearly states the action 'Show' and the specific resource 'current MCP platform and adapter versions'. This distinguishes it from sibling tools like authenticate or connect, which have 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 usage is implied: one would call this to check versions. However, there is no explicit statement about when to use it instead of alternatives or any exclusions. Since the tool is trivial and unique, this is adequate but not exemplary.

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 actual DETRAN query tool is unique, but several tools overlap in the auth/connection/status space: authenticate, connect, toolkit_info, and marketplace all describe related login, connection, and available-tool responsibilities. An agent could easily call the wrong one when trying to determine connection status or perform a one-off query.

Naming Consistency2/5

Naming is inconsistent: English verbs, underscore-separated English nouns, noun-style platform names, and a Portuguese object-verb form are all mixed together. There is no consistent verb_noun or domain_suffix pattern across the tool set.

Tool Count3/5

Seven tools is not too many in absolute terms, but only one tool is about the server's apparent DETRAN domain. The rest are generic platform/auth/marketplace utilities, making the set feel lopsided and not purpose-built for vehicle consultations.

Completeness3/5

For a read-only public-data query, a single consultation tool could be acceptable, but the domain surface is still very thin. There are no related operations for different query types, no explicit failure-handling mechanisms, and no other DETRAN-related capabilities to help an agent learn what is possible.