Skip to main content
Glama
thomaschi78

BCB Meios de Pagamento MCP

by thomaschi78

consultar_taxas_desconto

Obtain discount rates applied to merchants for payment method transactions. Filter by quarter and OData criteria.

Instructions

Consulta taxas de desconto cobradas de estabelecimentos comerciais por operações com meios de pagamento.

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

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates a query-like read operation, but does not disclose whether it is read-only, whether authentication or permissions are needed, how results are returned, or any side effects. This is minimal for a tool with no annotation support.

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 a single, focused sentence with no redundant or filler content. It is efficiently front-loaded with the core action and resource, though it is arguably too brief given the lack of annotations and sibling differentiation.

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

Completeness2/5

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

The tool has no annotations, no output schema, and several closely related sibling tools. The description does not explain the return value, required quarter format behavior, pagination implications, or how this tool differs from alternatives. This is not enough context for an agent to select and invoke it correctly in all situations.

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?

Schema description coverage is 100%, so the input schema already documents all three parameters including the required 'trimestre' format and the 'top' and 'filtro' purpose. The description adds no parameter-level meaning beyond the schema, which lands at the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Consulta') and a specific resource ('taxas de desconto cobradas de estabelecimentos comerciais por operações com meios de pagamento'). The subject matter is distinct enough from sibling tools like consultar_taxas_intercambio or consultar_transacoes_cartoes, though it does not explicitly name or contrast itself with any sibling.

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?

No guidance is given on when to use this tool versus sibling alternatives. The description only states what the tool does, leaving the agent to infer usage context; it does not mention exclusions, prerequisites, or preferred scenarios.

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