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, covering the safety profile. The description adds no extra behavioral context (e.g., return format, rate limits), but it also does not contradict annotations. For a simple read-only tool, this is adequate but not enhanced.
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 fronts the main action and objects. No wasted words, perfectly sized for the tool's simplicity.
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?
With zero parameters, rich annotations covering safety, and no output schema, the description is fully sufficient for an agent to select and invoke this tool correctly. No missing information.
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 adds no parameter-specific meaning, but none is needed since the schema is empty and the functionality is fully described.
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 a specific verb ('show') and names the exact resource ('MCP platform and adapter versions'). It clearly distinguishes from sibling tools like authenticate or search_tools, which serve 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 it versus alternatives. However, siblings do not overlap with versioning, so the context is clear enough but lacks explicit exclusion 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.
marketplace and search_tools both provide search/describe/invoke capabilities for the MCP catalog, creating significant overlap. Additionally, connect and toolkit_info both report connection status, leading to boundary confusion between these pairs.
All tool names use lowercase with underscores, but the structural pattern varies: one-word verbs (authenticate, connect), a noun (marketplace), and verb_noun compounds (report_bug, search_tools, show_version, toolkit_info). This is readable but lacks a consistent convention.
Seven tools is well within the ideal 3-15 range for this platform management server, and each tool earns its place in the workflow without feeling bloated or sparse.
The toolkit covers authentication, connection status, catalog discovery/execution, installation/subscription (through marketplace actions), feedback, and versioning. Minor gaps exist in dedicated management operations, but core lifecycle coverage is strong.