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 (readOnlyHint, idempotentHint, destructiveHint) already convey the safety profile. The description adds no extra behavioral context beyond the basic purpose, but it is consistent with the annotations and does not contradict them.
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, concise and front-loaded with the verb 'Show'. Every word earns its place, with no unnecessary detail.
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 simple no-parameter, read-only tool, the description adequately conveys what the tool does and the output (versions). No output schema exists, but the description sufficiently implies the return value.
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, so there is no parameter detail to clarify. The baseline of 4 applies due to the absence of parameters, and the description does not need to compensate.
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 shows the current MCP platform and adapter versions with a specific verb and resource. However, it does not explicitly distinguish this from sibling tools like toolkit_info, which may also provide 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?
The description gives no guidance on when to use this tool versus alternatives such as toolkit_info. It simply states the action without contextual instructions, leaving the agent to infer usage.
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 distinct purpose: authentication, connection status, marketplace operations, the QSA consultation, bug reporting, version info, and toolkit state. There is no ambiguity between them.
Names mix languages (English vs. Portuguese) and conventions: verbs (connect, authenticate), nouns (marketplace, toolkit_info), and verb_noun (report_bug, show_version, receita_pj_qsa_consultar). No consistent pattern is followed.
Seven tools is a reasonable number, but the majority are generic platform utilities unrelated to the server's stated domain of 'Receita PJ QSA + Participação'. The set feels bloated with infrastructure controls rather than focused on its purpose.
The domain is served by only a single tool (receita_pj_qsa_consultar). There are no other operations like listing, pagination, or historical data, leaving the surface severely incomplete for a dedicated company data server.