Skip to main content
Glama

TCU Consolidada PJ

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.3/5.0
Behavior4/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 safety. The description adds value by specifying what versions are shown (MCP platform and adapter), providing behavioral context beyond the annotations. No additional side effects are disclosed, but none are expected for a read-only version query.

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 that immediately states the tool's function. It avoids unnecessary detail and is well-structured for quick comprehension.

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, the description is complete. It accurately describes the tool's behavior and return value focus (versions). No further details are necessary for an agent to correctly invoke it.

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 no parameter schema burden. The description mentions the information returned (platform and adapter versions), which is relevant context. With no parameters, the baseline is 4; the description does not need to explain parameter semantics.

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 purpose: "Show the current MCP platform and adapter versions." It uses a specific verb ("Show") and identifies the resource (versions). This distinguishes it from sibling tools like authenticate, connect, and marketplace, which serve different functions.

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 when version information is needed but does not explicitly state when to use or not use this tool. There are no alternatives mentioned, nor exclusions or prerequisites. Given the simple nature of the tool, the context is clear enough, but explicit guidance is lacking.

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 single tool that combines search, execution, installation, billing, and prompt management, creating a broad, ambiguous interface. connect, authenticate, and toolkit_info all relate to connection or status, with overlapping purposes. Only tcu_consolidada_pj_consultar is clearly distinct.

Naming Consistency2/5

Tool names mix single verbs (authenticate, connect), nouns (marketplace, toolkit_info), and verb-noun pairs (report_bug, show_version), with the domain-specific tool using a long snake_case phrase. There is no consistent verb_noun pattern across the set.

Tool Count3/5

Seven tools is within the typical 3-15 range, but six of them are generic platform management utilities, while only one addresses the server's named TCU purpose. The count is reasonable for a general MCP platform but mismatched for a TCU-specific server.

Completeness2/5

For the TCU domain, only a single query operation exists, with no additional lookups or related actions. The platform side is more complete, but the server's core stated purpose—TCU consolidated data—has minimal coverage, leaving agents without fallback or complementary operations.