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 covered. The description adds no extra behavioral details beyond what the annotations imply, such as output format or potential latency. It does not contradict annotations, but adds minimal transparency value.
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 sentence that is concise and front-loaded with the core action and resource. There is no fluff or unnecessary detail, earning a perfect score for efficiency.
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 tool is simple with no parameters, output schema, or complex behavior. The description covers the essential information (showing versions) and is complete given its trivial nature, though it could theoretically specify what exactly is returned (e.g., separate strings or combined).
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 schema fully covers parameter semantics. The description doesn't need to explain parameters, and this baseline score of 4 is appropriate given the lack of parameters.
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 verb 'Show' and the resource 'current MCP platform and adapter versions', making the tool's purpose explicit. It distinguishes itself from siblings like 'authenticate' or 'connect' by focusing on version information.
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?
No guidance is given on when to use this tool versus alternatives, such as 'toolkit_info' which might also provide system information. It simply states what it does without context on appropriate usage scenarios or exclusions.
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.
Most tools have distinct purposes, but 'authenticate' and 'connect' both involve authentication flows, and 'toolkit_info' overlaps slightly with 'connect' regarding status. The descriptions are detailed enough to differentiate them, but the boundary between these administrative tools could lead to some mis-selection.
Names use consistent snake_case, but conventions vary: some are verbs (authenticate, connect, report_bug, show_version) while others are nouns (marketplace, toolkit_info). The domain-specific 'cade_processos_consultar' breaks the pattern by mixing a proper noun with a verb. Overall, the mixture is readable but not uniform.
Seven tools is within the ideal range and each earns its place for platform management. However, the server is titled 'CADE: Processos' yet only one tool is domain-specific, making the count feel imbalanced. A slightly smaller number of utility tools would better match the apparent purpose.
The server offers only a single domain operation ('cade_processos_consultar') for what appears to be a legal processes server. There are no list, get-details, or workflow operations beyond the one query, leaving significant gaps for common use cases. The rest of the tools are unrelated to the domain, focused on platform administration.