Skip to main content
Glama

Receita Federal PJ

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.5/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, so safety is covered. The description adds context by specifying that both 'platform' and 'adapter' versions are shown, which goes beyond the annotation details.

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, clear sentence with no unnecessary words. It immediately conveys the tool's function and fits well with the minimal structure of a zero-parameter read-only tool.

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 zero-parameter read-only tool with good annotations and no output schema, this description is completely sufficient. It states exactly what versions are shown, which is all an agent needs to know to select and invoke it correctly.

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 baseline is 4. The description does not need to explain parameters, but the phrase 'current MCP platform and adapter versions' clarifies the semantic scope of what the tool reports.

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 the object 'current MCP platform and adapter versions,' clearly defining what the tool does. This distinguishes it from sibling tools like authenticate and marketplace, which have very 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 Guidelines4/5

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

The tool's purpose is self-evident and no alternatives are needed; it is the obvious choice for checking version info. Sibling tools are unrelated (authentication, connection, marketplace), so the context makes usage clear even without explicit exclusions.

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 serve distinct platform functions (auth, status, version, bug reporting) and the sole domain tool is clearly separated. However, connect and toolkit_info both expose connection status, and marketplace is a broad catch-all, creating minor overlap.

Naming Consistency2/5

Naming is inconsistent: verbs (authenticate, connect, report_bug, show_version), nouns (marketplace, toolkit_info), and a Portuguese object-verb order (receita_pj_consultar) are mixed without a clear pattern. While style is all lowercase with underscores, the convention is not predictable.

Tool Count3/5

At 7 tools the count is within a reasonable range, but six of the seven are platform meta-tools unrelated to the Receita Federal domain suggested by the server name. This dilutes the tool set's purpose and makes it feel cluttered.

Completeness4/5

The core CNPJ consultation is covered with optional shareholder data, which is appropriate for a public-data lookup. There are no obvious lifecycle gaps since the operation is read-only, though search or batch capabilities are missing directly but could be discovered via the marketplace tool.