Skip to main content
Glama

Cadastro PF + Receita Federal

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.0
Behavior3/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 the safe, read-only nature is covered. The description adds no additional behavioral context (e.g., response format, potential errors, or authentication requirements), but for such a simple tool this is acceptable.

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 sentence of 11 words, front-loaded with the verb and resource. Every word is necessary; there is no redundancy or filler.

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 trivial complexity (no parameters, no output schema, clear annotations), the description is adequate. It fully explains the tool's action, though it does not specify the return format. This is a minor gap, but the tool is simple enough that the description is largely complete.

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 schema coverage is trivially 100%. The baseline for 0-parameter tools is 4, and the description adds no new parameter information because there are no parameters to describe.

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' with a clear resource ('current MCP platform and adapter versions'), making its purpose unambiguous and distinct from sibling tools like authenticate or marketplace. It leaves no doubt about 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 guidance or alternative comparisons are provided. However, the straightforward purpose makes usage implied: use when you need platform/adapter version information. There are no sibling tools with similar functionality, so the lack of explicit exclusions is mitigated.

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 roles: authenticate handles login, connect reports connection status, cpf_receita_consultar does the actual CPF lookup. However, connect and toolkit_info both touch connection status, and authenticate/connect have some overlap, which could cause minor confusion.

Naming Consistency2/5

Naming is inconsistent: English and Portuguese are mixed (cpf_receita_consultar vs. report_bug), some names are verbs (authenticate, connect) while others are nouns (marketplace, toolkit_info), and the domain tool uses snake_case while others don't follow a clear pattern.

Tool Count4/5

At 7 tools, the count is reasonable and within the typical well-scoped range. However, the server is named for CPF/Receita Federal but has only one domain-specific tool, with the rest being generic platform utilities, making the set feel slightly imbalanced for its stated purpose.

Completeness3/5

The CPF consultation tool provides basic lookup capability, but the domain surface is thin—there's no validation, batch, or historical querying. The marketplace tool mitigates this by allowing access to other MCPs, but for a server dedicated to CPF/Receita, the coverage is incomplete.