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 the tool read-only, idempotent, and non-destructive. The description adds only 'current' to indicate live version retrieval; it does not disclose additional behavior such as caching or network dependency, but for a version check the annotations are sufficient.
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?
Single sentence, directly states the tool's purpose, no filler or unnecessary details. Instantly scannable.
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, read-only), the one-sentence description fully covers what the agent needs to know to invoke 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?
The tool has zero parameters, so the input schema is complete. The description needs to add no parameter meaning; the baseline of 4 applies.
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?
Uses specific verb 'Show' and explicitly identifies the resource as 'current MCP platform and adapter versions'. This is distinct from sibling tools like authenticate or report_bug, leaving no ambiguity about its function.
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 the use case: whenever version information is needed. It does not explicitly name alternatives or when-not-to-use, but given the zero-parameter, read-only nature, the context is clear and no exclusion is necessary.
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 core enrichment tool is distinct, but there is overlap among the platform tools: connect and toolkit_info both report connection status, and authenticate is also related to connection setup. An agent could confuse which tool to use for checking connectivity or managing credentials.
Tool names are inconsistent in style: single verbs (authenticate, connect), a Portuguese noun-verb phrase (enriquecimento_lead_consultar), generic nouns (marketplace), and verb_noun pairs (report_bug, show_version). There is no predictable convention across the set.
Seven tools is within a reasonable count range, but the set mixes one domain-specific tool with several generic platform management tools, making the overall scope feel unbalanced. The count itself is appropriate, though not perfectly scoped.
The lead enrichment domain is severely under-covered: only one tool (enriquecimento_lead_consultar) performs enrichment, with no support for other identifier types, batch operations, or lead lifecycle management. The platform tools are generic and do not address the server's stated purpose.