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.9/5.0
Behavior3/5

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

Annotations already declare this as read-only and idempotent. The description adds context that the tool returns platform and adapter version information, but it does not disclose additional behavioral traits such as output format, network dependence, or error conditions. Given the simple nature and existing annotations, 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.

Conciseness5/5

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

The description is a single, front-loaded sentence with no filler words, quickly conveying the tool's action and target.

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

Completeness5/5

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

For a parameterless, read-only tool with complete annotations, the description suffices. It fully states what the tool does, and no return-value documentation is necessary since no output schema exists.

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

Parameters4/5

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

The tool accepts zero parameters, so there is no parameter information needed. The description does not need to add parameter semantics; it is already clear from the schema.

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

Purpose5/5

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

The description uses the specific verb 'Show' and clearly identifies the resource ('current MCP platform and adapter versions'). This distinguishes it from sibling tools like authenticate or marketplace, which have entirely different purposes.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It only states what it does without explaining context, prerequisites, or exclusions. There is no mention of sibling tools or situations where this tool is preferred.

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

A3.7/5.0
Disambiguation4/5

Most tools have distinct purposes, but connect and toolkit_info both report connection status, and marketplace's list_tools could be confused with toolkit_info's list of installed MCPs. Descriptions are detailed enough to disambiguate in most cases.

Naming Consistency2/5

Tool names follow no consistent pattern: imperative verbs (authenticate, connect), a lone noun (marketplace), verb_noun compounds (report_bug, show_version), and a Portuguese-specific name (seguro_defeso_consultar). Naming style is highly inconsistent.

Tool Count4/5

Seven tools is within the ideal 3-15 range, and each tool earns its place for platform management. The mix is unusual (infrastructure + marketplace + one domain query), but the count itself is not excessive.

Completeness2/5

For a server named 'Seguro Defeso', only one domain-specific tool exists (seguro_defeso_consultar), leaving significant gaps in benefit-related operations. The platform tools are complete, but the domain coverage is minimal and could cause agent failures for anything beyond basic consultation.