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 safety. The description adds that it shows 'current' versions, implying a snapshot, but does not disclose additional behavioral traits such as output format or latency. This meets a baseline level of transparency beyond annotations.
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 with no waste. It is front-loaded with the action ('Show') and clearly states the subject ('current MCP platform and adapter versions').
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, annotations covering safety), the description is complete. It fully informs the agent of what the tool does without needing further elaboration.
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, and the baseline for such cases is 4. The description does not need to explain parameter behavior because there are none; the schema is fully covered by having no properties.
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 clearly states the tool's function with a specific verb ('show') and resource ('current MCP platform and adapter versions'). It distinguishes itself from sibling tools like authenticate, credit consultation, and report_bug, which serve 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?
No explicit guidance on when to use this tool versus alternatives is provided. However, for a simple version-check tool, the usage is implied and obvious; the description does not mention alternatives or exclusions.
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.
Most tools are distinct, but 'connect' and 'toolkit_info' both report connection status, creating overlap. The single domain tool is clearly separated from platform utilities.
Names mix single verbs (authenticate, connect), verb_noun in both English (report_bug, show_version) and Portuguese (credito_pj_risco_consultar), plus bare nouns (marketplace, toolkit_info). No consistent pattern or language.
The count of 7 is reasonable, but most are generic platform utilities rather than domain-specific tools. The one credit risk tool is the core, making the set feel slightly overburdened with meta-tools.
The core credit risk query is covered, but there are no additional analysis or reporting tools. The marketplace tool mitigates gaps by enabling on-demand tool discovery, but the server's own domain surface is thin.