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=true, idempotentHint=true, and destructiveHint=false. The description adds context by specifying that it returns platform and adapter version information, which goes beyond the annotations and clarifies what the readable result contains.

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 or redundancy. Every word adds meaning, clearly stating the tool's purpose and scope.

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, zero-parameter, read-only version inspection tool with comprehensive annotations, this description is complete. No output schema is present, but the description adequately conveys what the tool reports without needing to explain return structures.

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 completely covers parameter semantics. The description correctly adds no unnecessary parameter detail; baseline 4 applies for a parameterless tool.

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 clearly identifies the resource: current MCP platform and adapter versions. This distinguishes it from sibling tools like authenticate, connect, or toolkit_info.

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 intended use is implied by the tool's name and description—call it when version information is needed—but no explicit guidance or alternatives are mentioned. It does not say when not to use it or compare it to related tools like toolkit_info.

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

Each tool serves a distinct purpose: authentication, connection status, marketplace search, bug reporting, SEFAZ consultation, version display, and toolkit state. There is no overlapping functionality; even the two info tools (show_version and toolkit_info) have clear differences.

Naming Consistency2/5

Tool names are inconsistent in style: some are verbs (authenticate, connect, report_bug), some are nouns (marketplace, toolkit_info), and one uses a compound with underscore (sefaz_consultar). The pattern is not uniform, making it harder to predict tool names from their function.

Tool Count4/5

With 7 tools, the server provides a reasonable set for its purposes, including both domain-specific (sefaz_consultar) and generic management tools. This count falls within the typical range and is not excessive.

Completeness4/5

The tool set covers authentication, connection management, marketplace, bug reporting, version info, and the core SEFAZ consultation. However, it lacks additional SEFAZ-related operations such as listing or updating documents, which might be expected from a SEFAZ server, but the core consultation is covered.