Skip to main content
Glama

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations clearly indicate read-only, idempotent, non-destructive behavior. The description adds the specific scope (MCP platform and adapter versions) which is useful context beyond the generic 'show version'. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence with no wasted words. It is appropriately minimal for a simple informational tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no parameters and simple output, the description is sufficient. It doesn't detail the exact output format, but given no output schema and the simple nature, it provides enough context. It could mention usage in troubleshooting or connection diagnostics, but not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema already fully describes inputs. The description doesn't need to add parameter semantics. Base score of 3 is appropriate given no parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it shows current MCP platform and adapter versions. It may overlap with sibling 'toolkit_info' but the specific focus on versions differentiates it somewhat. It uses a specific verb (show) and resource (MCP platform and adapter versions).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies a simple informational query but does not explain when to choose this over 'toolkit_info' or other sibling tools. No explicit when-to-use or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation3/5

The ANVISA consultation tool is clearly distinct, but several platform tools overlap: authenticate and connect both concern connection/auth, and marketplace and toolkit_info both expose catalog/install state. Detailed descriptions help separate them, so misselection is possible but not constant.

Naming Consistency2/5

Most tools use lowercase English single-word names, while the actual domain tool uses Portuguese snake_case (anvisa_processo_consultar). The set mixes languages and naming styles, with no consistent verb_noun pattern across the server.

Tool Count2/5

Seven tools is not inherently too many, but six are generic platform infrastructure tools (auth, marketplace, version, toolkit state) and only one serves the declared ANVISA Processo purpose. The count is misleading because the server's apparent scope is a single domain lookup.

Completeness3/5

The named domain is represented by one generic consultar operation, with no explicit listing, filtering, or related process/document operations. For a simple citizen-available lookup this may be functional, but the surface is shallow and offers little workflow depth.