Skip to main content
Glama

Dados Cadastrais PF (Brasil)

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

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well covered. The description adds the specific resource (platform and adapter versions) but no further behavioral context such as output format or latency. This is adequate for a simple informational tool, but it does not go beyond the annotations.

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 that is front-loaded and contains no unnecessary words. It fully conveys the tool's purpose without verbose or redundant phrasing.

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 tool with no parameters, no output schema, and comprehensive annotations covering safety, the description is complete. It clearly states what the tool shows, and given the trivial nature of the operation, no additional context is required.

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 input schema has zero parameters, so the baseline score is 4. The description correctly focuses on the action and result without needing to explain any parameter semantics, as none exist.

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's function: 'Show the current MCP platform and adapter versions.' It uses a specific verb ('show') and resource ('versions'), and is distinguishable from all sibling tools, none of which relate to version 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 description implies use when version information is needed, but it does not explicitly state when to use this tool versus alternatives. However, given the tool's simplicity and distinct purpose, the context is clear enough that no exclusions or alternative references are necessary, though more explicit guidance would help.

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

Several tools overlap: 'connect' and 'toolkit_info' both report connection status; 'authenticate' and 'connect' handle related auth/connection flows; 'report_bug' duplicates an action embedded in 'marketplace'. These overlapping boundaries make tool selection ambiguous.

Naming Consistency2/5

Names follow no consistent pattern: single words ('connect', 'marketplace'), snake_case verb nouns ('report_bug', 'show_version'), noun-only ('toolkit_info'), and a Portuguese phrase ('registro_pf_br_consultar'). The mixed conventions are hard to predict.

Tool Count3/5

Seven tools is a reasonable number, but most are generic platform utilities (auth, version, reporting) tangential to the server's indicated purpose of Brazilian CPF data. The single domain tool feels out of place, so the count is neither too high nor too low but the scope is unfocused.

Completeness1/5

For a server dedicated to 'Dados Cadastrais PF', only one query operation exists (registro_pf_br_consultar). There are no additional lookup variants, no historical queries, and no supporting data operations. The rest of the tools address platform management, not the domain, leaving the core purpose severely incomplete.