Skip to main content
Glama

carf_processo_consultar

Read-onlyIdempotent

CARF: Processo, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cpfNo
cnpjNo
data_fimNo
processoNo
data_inicioNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable context: payment required (prepaid credit), no platform credentials needed, data is non-confidential (same as citizen-accessible), and LGPD compliance responsibilities. This goes beyond the annotations and informs the agent about cost and data sensitivity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence with multiple clauses covering payment, credentials, data source, and legal compliance. It's not overly long but not well structured. It is front-loaded with the core purpose ('Processo, consulta') but then dives into legal and commercial disclaimers, which could be separated. It earns a mid score because it's efficient but a bit jumbled.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schemacustom, and the description does not mention what the response contains (e.g., process details, status, dates). With 5 parameters and zero schema coverage, the description should compensate by explaining expected inputs and outputs, but it only gives high-level context about data source and legal responsibility. Missing parameter explanations and pagination/result format info make it incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are 5 parameters and schema description coverage is 0%. The description does not explain any parameter semantics (e.g., what 'cpf', 'cnpj', 'data_fim' mean, or how they relate to the query). Since the schema has no descriptionscommunication, the description completely fails to compensate. The only hint is the word 'processo' but it doesn't clarify the combination logic.

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 performs a query ('consulta') for CARF process information from official sources. It identifies the resource (CARF processes) and the action (consult), though it doesn't explicitly distinguish from direct siblings since the sibling list is generic tools like authenticate and connect, so this is acceptable.

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 context on how to use it: hosted by the platform, no credentials needed, pay per query, and that it consults official sources. However, it doesn't explicitly state when to use it versus alternatives or when not to use it. It implies usage for looking up CARF process info but lacks clear exclusion guidance.

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

The 'marketplace' tool is a sprawling multi-purpose tool covering search, install, subscribe, and more, overlapping with 'authenticate', 'connect', 'toolkit_info', and even 'report_bug'. Tools like 'carf_processo_consultar' have a distinct purpose, but several others (connect, toolkit_info, marketplace) blur boundaries around status/management.

Naming Consistency2/5

Naming is inconsistent: 'carf_processo_consultar' is a verb_noun in Portuguese, while others are plain English verbs like 'authenticate', 'connect', 'marketplace', 'report_bug'. There is no clear pattern; some are functions, some are nouns, and one mixes domain-specific naming.

Tool Count4/5

The tool count is 7, which is within the recommended rangecase; however, the 'marketplace' tool is overloaded and should likely be split, making the count feel artificial. Still, 7 tools is reasonable for the server's advertised breadth.

Completeness1/5

For a server named 'CARF: Processo' centered on consulting Brazilian official sources, we only see one domain operation ('carf_processo_consultar'). The rest are platform management utilities unrelated to CARF. There are no obvious lifecycle operations (e.g., list, export, status) for the core domain, making the surface severely incomplete.