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 that both platform and adapter versions are shown, providing slightly more context about the tool's scope without contradicting the 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, focused sentence that conveys all necessary information without any filler. It is extremely concise while remaining complete and clear.
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, and rich annotations, the description is fully complete. It states exactly what the tool does and there are no edge cases or return-value complications that need elaboration. The output is inherently obvious (version strings), so no additional detail is required.
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 the schema provides complete coverage. The baseline for no parameters is 4; the description does not need to add parameter information as there are none to explain.
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'), which distinguishes it from sibling tools like 'authenticate' or 'marketplace'. This is a precise and unambiguous purpose statement.
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?
While the description does not explicitly state when to use versus alternatives, the purpose itself makes the usage context clear—users needing version information would invoke this tool. No exclusions or alternative suggestions are needed given the tool's simplicity and distinct purpose.
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.
Tools are mostly distinct, but connect and toolkit_info both report connection status, and marketplace can invoke PEP queries that overlap with pep_consultar. This creates potential selection confusion, though descriptions help clarify.
Naming is inconsistent: mix of verbs (authenticate, connect), noun (marketplace), Portuguese (pep_consultar), and different snake_case patterns (report_bug vs toolkit_info). No uniform verb_noun structure.
Seven tools is a well-scoped count for a platform client with one domain-specific tool; each tool earns its place.
Covers authentication, connection status, marketplace operations, bug reporting, version, and toolkit state. For the PEP domain, it provides a single lookup tool, but the platform aspect is fairly complete. Minor gap: no tool for uninstalling/disconnecting beyond marketplace sub-actions.