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, so the safety profile is well covered. The description adds minimal behavioral context beyond what annotations provide, but it does clarify the scope (platform and adapter versions). No contradiction with 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 fully conveys the tool's purpose. There is zero waste, and it is appropriately front-loaded with the verb 'Show'.
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, no output schema, clear annotations), the description is complete enough. It covers what the tool does and the scope of versions. It could mention the return format, but with no output schema and a simple read operation, this is not a significant gap.
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 schema description coverage is 100% (vacuously). The description correctly indicates no parameters are needed, and the baseline for zero-param tools is 4. The description adds no parameter details because none exist, which is appropriate.
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 purpose: showing current MCP platform and adapter versions. It uses a specific verb ('show') and resource ('versions'), and it distinguishes itself from siblings like 'toolkit_info' by focusing on platform/adapter versions rather than general toolkit info.
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 context (when you need version info) but does not explicitly state when to use this tool versus alternatives like 'toolkit_info'. It lacks explicit exclusions or alternative guidance, but the purpose is clear enough for basic selection.
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.
Each tool serves a clearly distinct purpose: authentication, connection status, marketplace operations, DAP query, bug reporting, version info, and toolkit overview. Even the marketplace tool, while broad, is explicitly framed as the meta-catalog and runner, so there's no confusion with the other tools.
Tool names mix conventions: some are verbs (authenticate, connect, report_bug, show_version), some are nouns (marketplace, toolkit_info), and one is a domain-specific compound (mda_sead_dap_consultar). There's no consistent verb_noun or noun pattern across the set, making it harder to predict naming for similar operations.
7 tools is a reasonable number for a platform management server managing authentication, marketplace access, and environment info. The marketplace tool is large but justified as the central catalog/enabler. The count is slightly on the high side for such a niche purpose, but it remains coherent.
The set covers the core platform operations: authentication, connection status, capability discovery/execution, bug reporting, and versioning. Minor gaps exist (e.g., no explicit credential management or billing history outside marketplace), but agents can accomplish main workflows without dead ends.