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

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds the specific behavioral context that the tool returns platform and adapter versions. This is a simple read-only operation, so no further side-effect disclosure is necessary.

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?

One short, direct sentence that front-loads the action and result with no wasted words. It earns every word it uses.

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 no-argument, read-only version tool, this description is fully complete. It states what the tool does and what information is returned, which is sufficient for an agent to select and invoke it among the given siblings.

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?

There are no parameters, and schema description coverage is 100% by vacuity. The description correctly omits parameter details, as there is nothing to explain.

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 a specific verb ('Show') and a clear resource ('current MCP platform and adapter versions'), distinguishing it from sibling tools like authenticate or connect. It fully communicates what the tool does.

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?

No explicit when-to-use or alternative guidance is given, but the purpose is self-evident: it should be used when version information is needed. There are no exclusions or alternatives mentioned, so usage is implied rather than stated.

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

Most tools have clearly distinct purposes, but connect and toolkit_info both report connection status, causing slight overlap. The domain-specific protestos_sp_consultar is unique and well-separated from the platform utilities.

Naming Consistency2/5

Naming is inconsistent: one-word verbs (authenticate, connect), a noun (marketplace), an English verb_noun (report_bug, show_version), a noun_noun (toolkit_info), and a Portuguese compound (protestos_sp_consultar). No unifying pattern is evident.

Tool Count3/5

Seven tools is within a reasonable range, but the server name suggests a specialized domain while only one tool is domain-specific. The other six are generic platform utilities, making the composition feel unbalanced for the stated theme.

Completeness4/5

The domain tool provides the core query capability, and the marketplace tool enables discovery and invocation of additional MCPs, covering many potential gaps. However, the domain-specific surface itself is minimal with no supplementary operations like reporting or export.