show_version
Show the current MCP platform and adapter versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
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 the subject of the query (platform and adapter versions) but does not disclose return format or any side effects. Given the low bar set by strong annotations, a score of 3 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that fully states the tool's function without any filler. It is front-loaded and every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no parameters, no output schema, simple action), the description is completely sufficient. It tells the agent exactly what the tool does and no further details are necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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. The schema coverage is trivially 100% and the baseline for zero parameters is 4. The description doesn't need to add parameter information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Show the current MCP platform and adapter versions' uses the specific verb 'show' and identifies the exact resource (MCP platform and adapter versions). This clearly distinguishes it from sibling tools like authenticate, connect, or marketplace, which serve entirely different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The purpose statement makes the usage context obvious: use when you need version information. There are no close sibling alternatives for version retrieval, so explicit exclusions are unnecessary. It lacks an explicit 'when to use' but provides clear implied context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a distinct purpose: authentication, connection status, Garantia Safra query, marketplace, bug reporting, version display, and toolkit info. Minor overlap exists between connect and toolkit_info, but they are still distinguishable.
Naming is inconsistent: most tools use English lowercase with underscores (authenticate, connect, report_bug), but one uses Portuguese (garantia_safra_consultar), and compound names vary (toolkit_info vs show_version). The mixed language and naming styles break any clear pattern.
Seven tools is within the typical range, but the server's purpose is muddled. Only one tool is domain-specific (Garantia Safra consultation), while the rest are generic platform utilities (marketplace, auth, reporting), making the count feel padded and unfocused.
For a server named Garantia Safra, only a single consult operation is provided, lacking any other domain-relevant actions. The remaining tools are about platform management rather than the domain, leaving obvious gaps if an agent expects to manage Garantia Safra data beyond a simple lookup.