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. The description reinforces these by saying 'Show' and adds context that it reports platform and adapter versions. It does not describe output format, but for a low-risk read-only call this is sufficient.
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?
A single declarative sentence immediately states the tool's purpose without wasted words. It is front-loaded and 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?
For a zero-parameter read-only tool with strong annotations, the description is adequately complete. It specifies what versions are shown, though it does not detail the exact response structure; acceptable given no output schema and the straightforward nature of the tool.
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 input schema fully covers the input side. The description appropriately avoids adding parameter details that do not exist.
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?
Description uses specific verb 'Show' and names the exact resources: 'current MCP platform and adapter versions.' This clearly distinguishes it from sibling tools like authenticate, connect, and report_bug, leaving no ambiguity about its function.
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 the tool is for retrieving version information but provides no explicit guidance on when to use it versus alternatives, nor any exclusions. For a simple version-check tool this is acceptable but still lacks overt usage direction.
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 has a clearly distinct purpose: authenticate handles login, connect reports connection status, marketplace manages MCP discovery/execution, report_bug sends feedback, show_version displays version, toolkit_info shows installed state, and the last performs the actual transparency query. No two tools overlap in function.
Naming is inconsistent: English platform tools use short verbs/nouns (authenticate, connect, marketplace, report_bug, show_version, toolkit_info), while the sole domain tool is a long Portuguese phrase (transparencia_indicadores_pj_consultar). The verb is at the end and the language differs, breaking any predictable pattern.
Seven tools is within a typical range, but the count is skewed: six are generic platform utilities and only one serves the server's stated purpose (PJ indicators). The composition feels unbalanced, though not extreme in either direction.
The domain surface is minimal—only a single consult operation for CNPJ indicators. There are no discovery or metadata tools (e.g., listing available indicators or describing fields), which limits agent flexibility. The platform tools cover their own lifecycle, but the transparency domain itself lacks depth.