Skip to main content
Glama

dap_pronaf_pj_consultar

Read-onlyIdempotent

Consulta a Declaração de Aptidão ao Pronaf (DAP) de uma pessoa jurídica a partir do CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais (a mesma disponível ao cidadão), não é dado privado nem sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
CNPJYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

As annotations já indicam readOnly e idempotent, mas a descrição acrescenta que a consulta é hospedada sem credenciais, paga com crédito pré-pago, e acessa apenas dados públicos de fontes oficiais, o que é relevante para custo e privacidade. Também atribui responsabilidade LGPD ao cliente, um comportamento importante.

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

Conciseness4/5

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

A descrição é direta e front-loads o propósito, seguida de informações cruciais sobre autenticação, custo e natureza pública dos dados. Nenhuma sentença é desperdiçada, embora a frase sobre LGPD seja extensa.

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

Completeness3/5

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

Para um tool simples, cobre propósito, credenciais, custo e sensibilidade dos dados. Porém, não esclarece o parâmetro 'completo' nem o formato da resposta, e não há schema de saída. A ausência de explicação do booleano é uma lacuna.

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

Parameters2/5

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

A cobertura do schema é 0% e a descrição não explica os parâmetros. Apenas CNPJ é mencionado; 'completo' (booleano) não é descrito, deixando ambíguo seu efeito (ex.: retornar todos os dados). Isso é uma lacuna significativa.

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?

A descrição usa verbo específico 'Consulta' e recurso claro 'Declaração de Aptidão ao Pronaf (DAP) de uma pessoa jurídica', informando a entrada CNPJ. Diferencia-se claramente dos irmãos (authenticate, connect, etc.) que são operações genéricas da plataforma.

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?

O contexto é claro: consulta de DAP de PJ por CNPJ, sem credenciais, com pagamento por consulta e dados públicos. Não há exclusões explícitas nem alternativas mencionadas, mas a especificidade do recurso torna o uso inequívoco.

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

Tools are mostly distinct, but authenticate and connect both deal with authentication/connection, and connect and toolkit_info both report status. The remaining tools (dap_pronaf_pj_consultar, marketplace, report_bug, show_version) have clear, non-overlapping purposes.

Naming Consistency2/5

Naming is inconsistent: verbs (authenticate, connect, report_bug, show_version) mix with nouns (marketplace, toolkit_info), and the domain tool uses a Portuguese phrase 'dap_pronaf_pj_consultar' that doesn't follow any clear pattern. No consistent convention is applied across the set.

Tool Count4/5

Seven tools is a reasonable count for a server that combines a domain-specific consultation function with platform utilities. It sits within the typical well-scoped range, though the scope is heavily weighted toward platform management rather than domain operations.

Completeness5/5

The domain purpose (DAP consultation by CNPJ) is fully covered by the single domain tool, and the marketplace tool provides access to a vast range of additional MCPs, making the overall surface quite complete. Platform management and feedback channels are also present, so no major gaps are evident.