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
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds no additional behavioral details (e.g., what exactly is returned, potential errors). Given annotations, a 3 is appropriate – it doesn't contradict, but adds minimal extra value.

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?

Single sentence, perfectly concise and front-loaded. Every word earns its place.

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 simple version query with no parameters and no output schema, the description fully captures the purpose. No additional context is needed.

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?

No parameters exist, so schema coverage is 100% and there is nothing to explain. Baseline 4 for zero parameters.

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 clearly states the tool shows the current MCP platform and adapter versions, using a specific verb ('Show') and resource. It is unambiguous and distinguishes itself from sibling tools, which are all action-oriented (authenticate, report_bug, etc.). No ambiguity or tautology.

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

Usage Guidelines4/5

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

The purpose is self-evident for a version query tool; the description implies usage (check versions) but doesn't explicitly state when to use vs alternatives. However, no real alternatives exist among siblings, so the basic context is clear.

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.2/5.0
Disambiguation1/5

The 'marketplace' tool is a sprawling multi-purpose tool covering search, install, subscribe, and more, overlapping with 'authenticate', 'connect', 'toolkit_info', and even 'report_bug'. Tools like 'carf_processo_consultar' have a distinct purpose, but several others (connect, toolkit_info, marketplace) blur boundaries around status/management.

Naming Consistency2/5

Naming is inconsistent: 'carf_processo_consultar' is a verb_noun in Portuguese, while others are plain English verbs like 'authenticate', 'connect', 'marketplace', 'report_bug'. There is no clear pattern; some are functions, some are nouns, and one mixes domain-specific naming.

Tool Count4/5

The tool count is 7, which is within the recommended rangecase; however, the 'marketplace' tool is overloaded and should likely be split, making the count feel artificial. Still, 7 tools is reasonable for the server's advertised breadth.

Completeness1/5

For a server named 'CARF: Processo' centered on consulting Brazilian official sources, we only see one domain operation ('carf_processo_consultar'). The rest are platform management utilities unrelated to CARF. There are no obvious lifecycle operations (e.g., list, export, status) for the core domain, making the surface severely incomplete.