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, which fully cover the safety profile. The description adds little beyond restating that it shows versions, but it is consistent with the annotations and does not contradict them. Since the bar is lower with annotations present, a neutral score is appropriate.
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 sentence with no filler or redundant phrasing. It is front-loaded and every word contributes meaning, making it highly efficient.
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?
The tool is simple: no parameters, no output schema, and low complexity. The description clearly states what will be shown (platform and adapter versions), which fully covers the expected behavior for a version-query tool. There is no missing context that would prevent correct usage.
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 baseline is 4. The description does not need to explain any parameter semantics, and the schema is fully covers the empty parameter list. No further elaboration required.
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'. It is unambiguous and distinguishes itself from sibling tools like 'authenticate' or 'connect', none of which provide version information.
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: call this tool when you need to know the current versions of the platform and adapter. However, it does not explicitly state when to use it versus alternatives, nor does it provide exclusions or preconditions. Given the tool's simplicity and its distinct purpose, implied usage is acceptable.
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.
Multiple platform utility tools overlap: authenticate, connect, and toolkit_info all deal with connection/auth state, while marketplace bundles search, invoke, install, billing, and prompt library functions into one tool. The only domain-specific tool, bpc_consultar, is clearly distinct but the rest have blurred boundaries.
Tool names follow no consistent pattern: some are bare verbs (authenticate, connect), some are noun phrases (marketplace, toolkit_info), and the domain tool uses an underscore-prefixed convention (bpc_consultar). Mixed styles make it hard to predict tool names.
Seven tools is a reasonable number, but the server is ostensibly for BPC consultation, and only one tool addresses that domain. The rest are generic platform utilities that seem bolted on, making the set feel bloated for the stated purpose and under-delivering on the core domain.
For a BPC server, the surface is severely incomplete: only one consult operation exists, with no support for other related actions. The platform utility tools don't fill this gap; they serve a different purpose entirely, leaving the BPC workflow with a dead end.