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 and idempotentHint=true, covering safety. The description adds what specific versions are shown (platform and adapter), which is useful context but does not go beyond annotations in terms of behavior or side effects.
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 extraneous words. It fully captures the tool's function in minimal space.
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, and read-only annotations—the description is complete. It tells the user exactly what to expect: current MCP platform and adapter versions.
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 input schema has zero parameters, and schema description coverage is 100%. The description correctly does not add parameter details because none exist, matching the baseline of 4 for a 0-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 uses a specific verb 'Show' and a clear resource: 'current MCP platform and adapter versions.' This distinguishes it from sibling tools like authenticate, connect, and marketplace, 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. It does not explicitly exclude alternatives, but none of the sibling tools are related to versioning, so the context is clear enough.
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.
Every tool has a clearly distinct purpose: authenticate for token login, cepim_consultar for CNPJ checks, connect for status, marketplace for discovery/running, report_bug, show_version, and toolkit_info. There is no functional overlap between tools.
Naming is inconsistent: verbs (authenticate, connect), nouns (marketplace), verb_noun (report_bug, show_version), and noun_noun (toolkit_info). The only domain tool, cepim_consultar, reverses the verb_noun pattern, breaking any coherent naming scheme.
Seven tools is moderate, but the server is named 'CEPIM' and only one tool relates to that domain. The other six are generic platform utilities, making the set feel padded and poorly scoped to the intended purpose.
For the CEPIM domain, only a single query operation exists with no additional workflows (e.g., bulk verification, historical checks). While the platform side is thorough, the CEPIM-specific surface is shallow and incomplete for a dedicated service.