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 convey that the tool is read-only, idempotent, and non-destructive. The description adds no further behavioral details (e.g., response format or side effects). Since annotations cover the core traits, the description doesn't extend transparency beyond what is already declared.
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, direct sentence with no redundancy or extraneous details. It conveys the essential purpose efficiently.
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 description fully states what the tool does given the lack of parameters and output schema. It could optionally specify the output format (e.g., exact fields), but the current phrasing is sufficient for a straightforward version-checking 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 schema coverage is effectively 100%. The description adds no parameter-specific meaning because there are none to explain. This matches the baseline for tools with complete schema coverage and no additional parameter info.
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 action ('Show') and the specific resource ('current MCP platform and adapter versions'), which is distinct from sibling tools like 'authenticate' or 'report_bug'. It unambiguously communicates the tool's 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 does not explicitly state when to use this tool versus alternatives. While the purpose implies it is for retrieving version information, it lacks guidance on scenarios (e.g., checking compatibility) or why it might be preferred over '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.
Each tool has a clearly distinct purpose: authenticate for login, connect for status, marketplace for catalog/invoke, report_bug for feedback, show_version for version info, toolkit_info for state, and the single domain tool for certificate retrieval. No overlapping functionality.
Most tool names follow a lowercase snake_case pattern (report_bug, show_version, toolkit_info), but single words without underscores (connect, marketplace) and the long compound Portuguese terminal (tribunal_tjsp_obter_cert_1grau_consultar) disrupt perfect uniformity. Still, the overall convention is readable and predictable.
7 tools is a well‑scoped set for a platform toolkit that covers authentication, connection, catalog, feedback, versioning, and state, plus one specific operational feature. Each tool earns its place.
The toolkit surface is complete for its platform management role (auth, connect, discover, invoke, install, subscribe, feedback, version state). The domain-specific certificate capability is limited to one action, but the platform tools fully cover the meta‑operations, so only a minor gap is present.