Skip to main content
Glama

Operação de Transporte ANTT

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, establishing the safe read-only nature. The description adds no additional behavioral context beyond stating what versions are shown, such as output format or potential network calls. With annotations covering safety, this is acceptable but not enriched.

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 sentence, front-loaded with the action 'Show,' and contains no superfluous information. Every word contributes to understanding the tool's purpose.

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?

For a simple version-query tool with no parameters and no output schema, the description is sufficiently complete. It names the exact pieces of information returned (platform and adapter versions). However, it could have specified the return format or mentioned that it provides runtime environment details, which would make it fully comprehensive.

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 description does not need to explain parameter semantics. The baseline of 4 applies, and the description correctly avoids inventing unnecessary 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 clearly identifies the resource: 'current MCP platform and adapter versions.' This is concise and unambiguous, distinguishing the tool's function from siblings like toolkit_info which likely provide broader 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 information, but it does not explicitly state when to use this tool versus alternatives such as toolkit_info. No exclusions or alternative guidance is provided, leaving the context slightly ambiguous among sibling tools.

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

Tools are mostly distinct, but connect and toolkit_info both report connection status, and authenticate overlaps with connect. The ANTT query tool is clearly separate, but the platform utilities blur together somewhat.

Naming Consistency2/5

Naming is inconsistent: the ANTT tool uses a long snake_case prefix, while others are single verbs or noun phrases (connect, marketplace, show_version). No clear pattern across the set.

Tool Count2/5

Seven tools are reasonable in number, but six are generic platform utilities unrelated to the server's stated ANTT domain. The single domain tool is buried among meta-tools, making the set feel bloated and off-purpose.

Completeness3/5

The ANTT consultation tool covers its core lookup well, but only one operation is offered—no related queries (e.g., vehicle, company, or route checks) or additional domain actions. The platform tools are complete in themselves but don't contribute to the domain's completeness.