Skip to main content
Glama

CVM Processos Sancionadores

cvm_processos_sancionadores_consultar

Read-onlyIdempotent

Consulta processos administrativos sancionadores de uma pessoa física ou jurídica na CVM a partir do CPF ou 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
CPFYes
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?

Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds valuable behavioral context: payment with prepaid credit, no authentication required, and LGPD data-controller responsibilities, which are not captured in 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 four sentences covering purpose, access model, data nature, and legal responsibility. Each sentence adds useful information, though the legal disclaimers slightly extend the length.

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?

The description covers key operational aspects (paid, no auth, public data) and legal considerations, but lacks details about the response format and does not resolve whether one or both identifiers are needed. Since there is no output schema, more guidance on returned data would be helpful.

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?

Schema description coverage is 0%, so the description must compensate, but it only names CPF/CNPJ as identifiers without format or usage details. It fails to explain the optional 'completo' parameter, and its 'ou' (or) wording conflicts with the schema's requirement for both CPF and CNPJ.

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 consults CVM sanctioning administrative processes for individuals/legal entities using CPF or CNPJ. The verb 'Consulta' is specific, and the scope (CVM, sanctions, pessoa física/jurídica) is unambiguous. It distinguishes from unrelated siblings.

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?

It provides clear context on when to use: hosted by the platform, no credentials, prepaid credit, and access to public data. It does not explicitly name alternatives or exclusions, but the sibling tools are unrelated. Minor ambiguity arises from saying 'CPF ou CNPJ' while the schema requires both parameters.

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
Disambiguation4/5

Most tools have clear, distinct purposes, but `connect` and `toolkit_info` overlap in reporting connection status. The CVM query tool is clearly unique. Overall, an agent would rarely confuse them.

Naming Consistency2/5

Names mix languages (Portuguese query with underscores vs. English imperative verbs), and no consistent verb_noun pattern exists. Some are bare verbs (authenticate, connect), others nouns (toolkit_info), making the set feel ad hoc.

Tool Count2/5

7 tools is numerically reasonable, but only one relates to the server's declared domain (CVM processos sancionadores). The other six are generic platform utilities that belong in a separate server, making the count feel bloated and misaligned.

Completeness2/5

The single CVM tool only queries sanctioning processes, with no additional operations for the domain. The platform tools are complete for their purpose, but they don't contribute to the CVM domain, leaving the surface severely incomplete for the server name.