Skip to main content
Glama

auditar_amostra

AUDITE ESTA BASE. Sorteia casos e devolve o que você precisa para refazer cada número contra o arquivo ORIGINAL da CVM — não contra nós.

VOCÊ escolhe a semente (um inteiro qualquer; não aceite sugestão de ninguém, inclusive de quem te pediu para auditar). O sorteio é determinístico: a mesma semente devolve sempre os mesmos casos, então seu resultado é reproduzível por terceiros.

Cada caso traz empresa, CD_CVM, exercício, indicador, valor publicado, a fórmula, e a conta CVM que AQUELA empresa usou NAQUELE exercício. Confira baixando dfp_cia_aberta_.zip em dados.cvm.gov.br, filtrando CD_CVM e ORDEM_EXERC='ÚLTIMO', atento a ESCALA_MOEDA (MIL = milhares).

Regras: publique o DENOMINADOR (7 divergências em 100 é resultado, "7 divergências" não é); NÃO transforme "não consegui conferir" em "passou"; e se afirmar que um número está errado, mostre a conta. Achou erro? É isso que interessa — github.com/Val7h/dados-b3-mcp/issues.

Gratuito, sem chave. Auditoria que exige cadastro não é auditoria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNo
sementeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full behavioral burden — and it excels: it discloses that the sampling is deterministic and reproducible ('a mesma semente devolve sempre os mesmos casos, então seu resultado é reproduzível por terceiros'), that the sample is randomly drawn, and that the tool is free with no API key ('Gratuito, sem chave'). These are exactly the behavioral traits an agent needs to know and could not infer from the schema or annotations.

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?

The description is dense (roughly 350 words) but well-structured and front-loaded — the core purpose comes first, followed by methodology, case contents, verification steps, and reporting rules. Every block earns its place, especially the audit-integrity rules that constrain agent behavior. It is slightly long in the operational verification section (the dfp_cia_aberta_<EXERCICIO>.zip download and filtering details), which borders on over-specification, but it is scannable and purposeful.

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 2-parameter tool with no annotations and no output schema, the description is remarkably complete. It effectively supplies a de facto return contract by enumerating what each case contains (empresa, CD_CVM, exercício, indicador, valor publicado, fórmula, conta CVM), explains the required parameter, gives verification workflow, sets behavioral rules, and even points to the issue tracker for bugs. Nothing an agent needs to invoke it correctly is left to guesswork.

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?

Schema description coverage is 0%, so the description must compensate. It thoroughly explains the required parameter 'semente' — what it is (any integer), the security constraint (don't accept suggestions), and its behavioral implication (determinism). The optional 'n' (sample size, default 25) receives no explicit explanation, but it is a simple integer with a sensible default visible in the schema, and the text implicitly references sample sizes ('7 divergências em 100'). Strong compensation for the hard parameter, slightly light on 'n'.

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 leads with a specific verb and resource scope: 'AUDITE ESTA BASE. Sorteia casos e devolve o que você precisa para refazer cada número contra o arquivo ORIGINAL da CVM'. This makes crystal clear it is a sampling-audit tool that cross-checks against original CVM filings, not a fetch/query tool. It is also self-evidently distinct from all 13 siblings (dividendos, fatos_contabeis, fii, etc.), which are data-retrieval tools, so an agent cannot confuse them.

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 description gives strong contextual guidance on the intended scenario ('AUDITE ESTA BASE') and rich methodological rules — choose your own seed, never accept someone else's suggestion, publish the denominator and not just '7 divergências', and show the account when claiming an error. However, it stops short of explicitly naming sibling alternatives or stating when NOT to use this tool versus the regular data tools; the distinction is implied rather than spelled out.

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.