Skip to main content
Glama

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.7/5.0
Behavior3/5

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

Annotations provide readOnlyHint=true, idempotentHint=true, destructiveHint=false, which already convey the safe, non-destructive nature. The description adds that it shows versions, but it doesn't disclose additional behavioral aspects like whether it requires authentication or affects state, which are not necessary given the simplicity. With high annotation coverage, a score of 3 is appropriate.

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 concise sentence that is front-loaded and states exactly what the tool does. There is no waste or unnecessary detail, making it highly efficient.

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?

Given the tool's simplicity (0 params, no output schema), the description is complete enough. It covers the essential purpose and the tool has no complex behavior. The annotations provide additional safety context. Slight lack of detail on the format of the version output, but for a simple query tool, this is acceptable.

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 has zero parameters, so the schema is fully covered (100% coverage). The description effectively explains what the tool does, and there's no additional parameter semantics needed. Baseline for 0 params is 4, which fits here.

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 the tool's purpose: to show the current MCP platform and adapter versions. It is specific with a verb and resource (show versions), and while siblings like 'toolkit_info' or 'connect' may implicitly relate, the description clearly distinguishes by focusing on version display.

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 gives a clear context (when to use: to show version info) but does not explicitly state when not to use it or mention alternatives. Since it's a simple query tool with no parameters, usage is straightforward, though no explicit exclusions or alternative references are provided.

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.1/5.0
Disambiguation2/5

There is significant overlap: marketplace internally includes report_bug, connection status, and install management, duplicating the dedicated report_bug, connect, and toolkit_info tools. Authenticate and connect are also related to authentication/connection, making boundaries unclear.

Naming Consistency1/5

Tool names follow no consistent pattern: single verbs (authenticate, connect), nouns (marketplace, toolkit_info), verb_noun (report_bug, show_version), and a long domain-specific snake_case (sefaz_rr_nfce_consultar). This makes the set feel chaotic and unpredictable.

Tool Count2/5

Although 7 tools is a reasonable count, the server is named for SEFAZ NFC-e yet only 1 tool serves that domain. The other 6 are generic platform management tools (auth, connection, marketplace, version) that are out of place in a domain-specific server.

Completeness2/5

The domain surface is severely incomplete: a single NFC-e consultation tool, with no support for searching, listing, canceling, or other common NFC-e operations. Meanwhile, platform management is over-covered, with multiple overlapping tools and marketplace's broad feature set.