Skip to main content
Glama

TCU (Licitante Inidôneo)

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 no behavioral context beyond the fact that it shows current versions. It does not describe return format, whether it performs any network calls, or what 'current' implies. With the annotated safety profile, a neutral score is appropriate.

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, front-loaded sentence with no wasted words. It communicates the essential purpose efficiently. Perfectly concise for a zero-parameter utility.

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 read-only version-check tool, the description provides enough to understand its function. It lacks explicit output formatting details (e.g., whether it returns JSON, a string, or a structured object), but given no output schema, this is a minor gap. The tool is not complex enough to require more.

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 0 parameters and the input schema is empty (100% coverage vacuously). The description identifies the subject (MCP platform and adapter versions) but there are no parameters to explain, so the baseline 4 for zero-parameter tools applies.

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 a clear resource 'current MCP platform and adapter versions.' It directly states the tool's function and distinguishes it from all listed siblings (authenticate, connect, marketplace, report_bug, tcu_inidoneo_consultar, toolkit_info), none of which are about showing versions.

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 when to use (when version information is needed) but does not explicitly discuss conditions, exclusions, or alternatives. While no sibling overlaps, there is no stated 'use this for...' or 'instead of...' guidance. The utility is straightforward, but the tool description remains silent on context.

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

The marketplace tool is a catch-all that subsumes many operations (search, invoke, install, report bug, prompts), creating overlap with the standalone report_bug tool and making it unclear when to use which. authenticate and connect both deal with authentication/connection status, causing potential selection confusion.

Naming Consistency1/5

Tool names exhibit no consistent pattern: some are bare verbs (authenticate, connect), some verb-noun (report_bug, show_version), some nouns (marketplace, toolkit_info), and one is a Portuguese phrase (tcu_inidoneo_consultar). The mix of languages and conventions makes the set feel chaotic.

Tool Count4/5

Seven tools is within a reasonable range and each has a distinct surface area, though the marketplace tool is extremely overloaded with functionality. The count itself is appropriate for a platform server, but the heavy concentration of capabilities in one tool reduces the effective granularity.

Completeness3/5

The core domain operation (tcu_inidoneo_consultar) is present, and the platform tools cover authentication, connection status, bug reporting, and version info. However, the server's stated purpose is TCU-related, yet most tools are generic platform utilities, leaving the domain surface thin. Missing operations like listing prior consultations or managing query history are not covered.