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. The description adds no extra behavioral context beyond the verb 'show,' which is consistent with the read-only, non-destructive nature. No additional disclosure is necessary given the annotation coverage.
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 containing only the essential information. It is front-loaded and contains no unnecessary words or repetition.
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 comprehensive annotations covering safety, the description is fully complete. No output schema exists, so explaining return values is not 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 and an empty input schema, so there is no parameter information to explain. The description correctly implies no inputs are needed, earning the baseline of 4 for a zero-parameter tool.
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 a specific verb (Show) and resource (current MCP platform and adapter versions), distinguishing it from sibling tools like authenticate or report_bug. The scope is unambiguous and directly reflects the tool name.
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 when-to-use guidance or alternative comparisons are provided. Usage is implied by the self-descriptive name and description, but the description does not explicitly differentiate from potentially overlapping tools like toolkit_info.
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 platform tools have clear roles, but there is overlap between connect, toolkit_info, and marketplace—all deal with connection/installation status to some degree. The single domain tool is clearly distinct, but the marketplace's broad scope creates potential confusion.
Tool names mix English and Portuguese verbs/nouns (authenticate, connect, marketplace, report_bug, show_version, toolkit_info, sancoes_suica_consultar) with no consistent pattern. Some are camelCase, some lowercase, and one uses a Portuguese verb phrase.
Seven tools is within a reasonable range, but six are generic platform utilities unrelated to the server's stated sanctions domain. This makes the set feel bloated for its intended purpose and dilutes the domain focus.
For the Swiss sanctions domain, only a single query tool exists—it checks names but provides no other operations like listing all sanctions or retrieving detailed entry information. The platform tools are comprehensive but irrelevant to the domain, leaving the sanctions surface minimal.