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 provide readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds context about what is shown (platform and adapter versions) but does not disclose details like return format or whether any network call is involved. It adds minimal value 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 that delivers the core purpose immediately. There is no wasted wording or redundant information.
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?
For a simple zero-parameter version query, the description states the main output clearly. However, since there is no output schema, explicitly mentioning the expected response shape would have been beneficial. Still, the tool is trivial enough that the description covers most of what an agent needs.
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 description is not required to explain parameter semantics. According to the rubric, a baseline of 4 applies for 0-parameter tools, and the description does not need to compensate for any schema gaps.
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 the specific verb 'show' and clearly identifies the resource ('current MCP platform and adapter versions'). This distinguishes it from sibling tools like 'authenticate', 'connect', and 'toolkit_info', which handle different concerns.
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 description implies when to use this tool (when version info is needed) but does not explicitly state alternatives or when-not-to-use. Since it is a simple informational tool, the usage context is reasonably clear, but there is no explicit guidance.
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 have distinct purposes, but `connect` and `toolkit_info` both report connection status, which could cause confusion. The domain tool `registro_pf_ar_consultar` is clearly unique.
Names mix single verbs (`authenticate`, `connect`), a noun (`marketplace`), and compound forms (`report_bug`, `show_version`), plus an inconsistent underscore-heavy domain name (`registro_pf_ar_consultar`). No clear naming pattern.
Seven tools is within a reasonable range, and the platform utilities earn their place alongside the single domain operation. The count is slightly high for such a narrow domain, but not excessive.
The domain surface is severely limited: only `registro_pf_ar_consultar` provides the core data lookup, with no other domain-related operations (e.g., different lookup keys, batch queries, or data explanations). The platform utilities are complete, but the server's stated purpose is the Argentina PF data, which is under-served.