Skip to main content
Glama

Banco Central do Brasil (BCB): Valores a Receber

bcb_valores_receber_consultar

Read-onlyIdempotent

Banco Central do Brasil (BCB): Valores a Receber, 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_nascimentoNo
data_abertura_empresaNo

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 readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, but the description goes well beyond that by disclosing payment requirements (prepaid credit), authentication (no platform credentials), data classification (not confidential), and legal responsibilities (LGPD). This gives the agent critical operational and compliance information not captured in 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.

Conciseness4/5

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

The description is reasonably concise and front-loaded with the core purpose, followed by payment and legal details. While the LGPD clause adds length, it is relevant to data handling. The structure is clear, with each sentence adding distinct information, but it could be slightly tightened without losing essential context.

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?

Given the simple schema and lack of output schema, the description provides useful context about the official source, cost, and legal obligations, but it omits guidance on how to combine parameters (e.g., CPF vs CNPJ) and what type of response to expect. The tool is not overly complex, but the missing parameter details and return value information leave the description incomplete for smooth invocation.

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?

The input schema has four parameters (cpf, cnpj, data_nascimento, data_abertura_empresa) with 0% description coverage, and the tool description provides no explanation of these parameters. The description does not compensate for the lack of schema descriptions, leaving the agent to infer parameter usage solely from their names. This is a significant gap in guidance.

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 identifies the tool as a query tool for the Banco Central do Brasil's 'Valores a Receber' program, using the specific verb 'consulta' and specifying the official source. It distinguishes itself from the platform-level sibling tools (authenticate, connect, etc.) by focusing on a concrete Brazilian government data service.

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 provides clear usage context: it is a paid consultation using prepaid credits, requiring no platform credentials, and it queries official Brazilian sources. It does not explicitly mention when not to use it or name alternatives, but the context is clear enough that the agent can decide to use it for fetching BCB 'Valores a Receber' data. No exclusions are needed given that sibling tools are unrelated.

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

Most tools are generic platform tools (authenticate, connect, marketplace, etc.) rather than domain-specific, and 'marketplace' explicitly mentions CPF queries which could be confused with the BCB consult tool. 'connect' and 'toolkit_info' also overlap in providing status information.

Naming Consistency2/5

The naming is highly inconsistent: most tools use English imperative verbs (authenticate, connect, report_bug, show_version) or nouns (marketplace, toolkit_info), while the only domain-specific tool uses a Portuguese noun phrase with underscore format (bcb_valores_receber_consultar). No clear pattern across the set.

Tool Count2/5

Seven tools is not inherently excessive, but six of them are generic platform management features unrelated to the server's stated purpose of accessing BCB values. The count is inflated with irrelevant tools, making the server poorly scoped for its intended domain.

Completeness3/5

From a domain perspective, the single BCB consult tool covers the core need for checking 'valores a receber'. However, there is no option for related operations (e.g., scheduling, detailed reports), and the included generic tools do not contribute to domain completeness. Overall, the surface is minimal but not severely incomplete for a simple query.