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, so the description doesn't need to restate safety. It adds a small detail (platform and adapter) but does not describe response format, error behavior, or any additional side effects. This is acceptable for a simple read tool, hence a middle score.
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, clear sentence with no fluff or redundancy. Every word contributes to conveying the tool's purpose.
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), the description is adequate to inform an agent about its function. However, it doesn't specify what exactly the returned version data looks like (e.g., strings, structure), so a small gap remains.
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 input schema has zero parameters, so according to the rubric the baseline is 4. The description correctly implies no arguments are needed, and there is nothing additional to explain about parameter meaning.
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 uses a specific verb ('Show') and clearly identifies the resource ('current MCP platform and adapter versions'). This unambiguously distinguishes it from sibling tools like authenticate and connect, which imply different actions.
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?
No explicit usage context or alternative tool comparisons are provided. While the purpose is self-evident (checking versions), there is no guidance on when to invoke this tool (e.g., during troubleshooting or compatibility checks). The need is only implied.
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 clearly distinct purpose: authentication, connection status, marketplace exploration, bug reporting, version display, toolkit state, and the specific aid consultation. No two tools overlap in functionality.
Naming is inconsistent: most tools are English verbs (authenticate, connect, report_bug), while one is a Portuguese snake_case noun (auxilio_reconstrucao_consultar). The pattern mixes languages, verb/noun forms, and capitalization styles.
With 7 tools, the set is well-scoped for a platform that combines generic MCP management with a single domain-specific query. It is within the ideal 3-15 range and each tool earns its place.
The platform side is comprehensive (auth, status, marketplace, feedback, version, toolkit info), but the domain-specific side has only one operation for the Auxílio Reconstrução. The marketplace tool mitigates this by allowing on-demand invocation of other MCPs, so major gaps are not present.