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, idempotentHint, and destructiveHint false, covering the safety profile. The description adds value by clarifying that the tool returns *current* versions, indicating live data, and specifying that it covers both platform and adapter versions—context beyond 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, well-structured sentence with no wasted words. It front-loads the action ('Show') and immediately names the resources (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?
For a simple no-parameter, read-only tool with strong annotations, the description fully covers what the tool returns. It names both version categories and implies a lightweight operation, which is sufficient for an agent to invoke it correctly.
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 takes 0 parameters, so the schema coverage is 100% and the baseline is 4. The description doesn't need to explain parameter semantics since there are none, and it correctly avoids inventing parameters.
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'). This distinguishes it from sibling tools like `authenticate` or `report_bug`, which have 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 description implies usage when version information is needed, but it does not explicitly state when to use this tool over alternatives or provide exclusions. Given the sibling tools, it is obvious this is the version-checking tool, but the guidance remains implicit.
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 clear purposes, but 'authenticate' and 'connect' both deal with authentication state, and 'marketplace' overlaps slightly with 'toolkit_info' in terms of discovering vs. viewing tools. These pairs could cause initial confusion, though descriptions help.
Names mix English verbs (authenticate, connect, report_bug) with a noun (marketplace) and a Portuguese command (fincen_consultar). There is no consistent verb_noun or noun pattern, making the set feel ad hoc.
With 7 tools, the number is well within the typical range for a platform server. Each tool serves a distinct functional area (auth, status, query, marketplace, bug, version, toolkit), so none feels superfluous.
The platform covers essential operations: authentication, connection status, tool discovery/execution, bug reporting, version info, and toolkit state. The FinCEN-specific side is minimal (one query tool), but the marketplace allows extending coverage, so the surface is reasonably complete.