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 clear. The description adds minimal behavioral context—just that it returns version information. It doesn't mention any potential side effects or prerequisites, but for a read-only version tool, this is adequate.
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, clear sentence that conveys the essential information without waste. It is appropriately sized for a simple zero-parameter tool.
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), the description is complete. Annotations provide the behavioral safety profile, and the description clarifies what information is returned. Sibling tools do not require additional context for this straightforward version check.
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 them. Per the rubric, the baseline for 0 parameters is 4. The description adds no parameter information, which is appropriate since none exist.
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's function: showing current MCP platform and adapter versions. The verb 'show' and specific resource 'current MCP platform and adapter versions' make the purpose unambiguous, though it does not explicitly differentiate from sibling tools like toolkit_info.
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 provided on when to use this tool versus alternatives. The description only states what it does, with no context about scenarios where version info is needed or exclusions compared to sibling tools.
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 tools are individually distinct, but the set mixes a single CAFIR-specific query with generic platform utilities (marketplace, connect, authenticate), making it unclear what the server is for. An agent might confuse connect with toolkit_info, and marketplace is an overloaded catch-all.
Names are inconsistent: single-word verbs (authenticate, connect, marketplace), underscore-separated verb_noun (report_bug, show_version, toolkit_info), and a long domain-specific name (cafir_imoveis_rurais_consultar) follow no common pattern.
While 7 tools is a reasonable number in general, only one tool actually addresses the CAFIR domain; the rest are platform housekeeping tools that feel out of place in a server named 'CAFIR', so the count is inflated for its apparent scope.
For a CAFIR-specific server, the only domain operation is a single query by CIB. There is no listing, search, or other rural-property functionality, leaving the core domain severely under-covered. The platform tools are complete, but they are not the intended focus.