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 provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no further behavioral context beyond stating the action, but since annotations cover the key aspects, this is acceptable. It does not add details about output format or potential side effects, but none are expected.
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, concise sentence that directly conveys the purpose without any fluff. It is front-loaded and every word earns its place.
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 has no parameters, no output schema, and strong annotations, the description is completely sufficient. It fully explains what the tool does, and no additional context is needed for an agent to use it correctly.
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?
There are no parameters, so the baseline is 4. The description does not need to add parameter-specific semantics because there are none, and the schema confirms this with an empty properties object. The tool is self-contained.
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 that the tool shows current MCP platform and adapter versions. It uses a specific verb ('show') and a specific resource ('versions'), and it distinguishes itself from siblings 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 implicitly indicates when to use the tool (when version information is needed). It does not explicitly mention alternatives or exclusions, but given the simplicity and unique purpose among siblings, the usage 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.
The one domain tool is distinct, but several generic tools overlap: connect and toolkit_info both describe connection/state status, and marketplace lists operations that overlap with report_bug, toolkit_info, and connect. An agent could easily pick connect when it needs toolkit status or marketplace when it should call the dedicated CND tool.
Names mix bare verbs (authenticate, connect), nouns (marketplace), verb_noun snake_case (report_bug, show_version), and a Portuguese domain-prefixed action (pref_mt_cuiaba_cnd_consultar). There is no consistent verb_noun or domain_prefix_action pattern across the set, so predicting the next tool name is hard.
Seven tools is not numerically excessive, but the set is not tightly scoped: one tool is the actual CND domain query and the rest are platform admin, marketplace, reporting, version, and connection utilities. It feels oversized for a focused Certidão Negativa server, yet still lands just inside the plausible range.
The only domain-specific capability is a single consultation tool; there is no native history, validation, download, or lifecycle coverage for a certidão workflow. If the domain goes beyond a one-off consult, the agent has significant gaps and is forced to rely on generic marketplace or admin tool paths.