Skip to main content
Glama
thomaschi78

BCB Meios de Pagamento MCP

by thomaschi78

consultar_taxas_intercambio

Retrieve quarterly interchange fee rates for Brazilian payment methods by specifying the year and quarter (YYYYQ), with optional filtering and result limits.

Instructions

Consulta taxas de intercâmbio praticadas no mercado de meios de pagamento por trimestre.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoNúmero máximo de registros a retornar (padrão: 100)
filtroNoFiltro OData para refinar a consulta
trimestreYesAno e trimestre no formato YYYYQ (exemplo: '20234')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral burden alone. It only signals a read-style query via 'Consulta' and the quarterly window; it does not disclose response shape, pagination, error behavior, or access requirements.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with no filler. Every word contributes the resource, domain, and period, making it economically written.

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?

For a simple three-parameter query tool, the schema covers the required trimestre format and optional top/filtro. However, with no output schema or annotations, the description leaves the return payload and selection guidance unspecified, which keeps it slightly below complete.

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

Parameters3/5

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

The input schema already documents all three parameters with 100% coverage. The description adds no parameter detail beyond the quarterly scope mentioned in the purpose, so the baseline of 3 is appropriate.

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 uses the specific verb 'Consulta' and names the exact resource, 'taxas de intercâmbio ... por trimestre.' This clearly distinguishes it from sibling tools like consultar_taxas_desconto and the monthly/quarterly payment-means tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to choose this tool over the siblings, no exclusions, and no prerequisites. The only usage signal is the quarterly scope embedded in the purpose, which is not explicit usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.