Skip to main content
Glama

bcb

Fetch key economic indicators from Brazil's Central Bank, including SELIC rate, IPCA inflation, dollar exchange rate, and unemployment data. Supports numeric SGS codes for custom series.

Instructions

Queries Central Bank of Brazil (BCB) data.

Interest Rate Indicators:

  • selic: Accumulated SELIC rate

  • cdi: CDI rate

  • tr: Reference Rate

Inflation Indicators:

  • ipca: Monthly IPCA

  • ipca_acum: 12-month accumulated IPCA

  • igpm: IGP-M

  • inpc: INPC

Exchange Rate Indicators:

  • dolar_compra/dolar_venda: Commercial dollar

  • euro: Euro

Macroeconomic Indicators:

  • desemprego: Unemployment rate

  • divida_pib: Public debt/GDP

  • reservas: International reserves

Also accepts numeric codes from BCB's SGS System.

Examples:

  • SELIC last 12 months: indicador="selic", ultimos=12

  • IPCA for 2023: indicador="ipca", dataInicio="01/01/2023", dataFim="31/12/2023"

  • Recent dollar: indicador="dolar_venda", ultimos=30

  • List indicators: indicador="listar"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indicadorYesIndicador ou código da série BCB. Indicadores conhecidos: - selic: Taxa SELIC - ipca: IPCA mensal - ipca_acum: IPCA acumulado 12 meses - igpm: IGP-M - inpc: INPC - dolar_compra/dolar_venda: Câmbio dólar - euro: Câmbio euro - desemprego: Taxa de desemprego - divida_pib: Dívida pública/PIB - cdi: Taxa CDI - tr: Taxa Referencial - listar: Lista indicadores disponíveis - Ou código numérico da série SGS
dataInicioNoData inicial no formato DD/MM/AAAA
dataFimNoData final no formato DD/MM/AAAA
ultimosNoRetornar apenas os últimos N valores
formatoNoFormato de saídatabela
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It states the tool queries data and lists indicators and numeric codes, implying a read-only operation. However, it does not mention error handling, data limits, authentication, or response format beyond the 'formato' parameter. Adequate but could be more explicit.

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 well-structured with clear categories, bullet points, and examples. It is concise for the amount of information conveyed, front-loads the purpose, and every sentence adds value.

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

Completeness4/5

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

Given no output schema and moderate complexity, the description covers the indicator space well with categories and examples. It could mention the default format or provide guidance on pagination/large responses, but it is sufficiently complete for a query tool.

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?

The input schema has 100% coverage, so the description's added value comes from grouping indicators, providing examples, and explaining the numeric code option. This enriches understanding beyond the schema's parameter descriptions.

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 queries Central Bank of Brazil data, lists specific indicators across categories, and distinguishes itself from sibling IBGE tools which handle demographic/geographic data.

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 usage examples and lists indicators, making it clear when to use this tool for Brazilian economic data. It does not explicitly discuss when not to use it, but the sibling context (all IBGE tools) and the focused indicator set make the appropriate context obvious.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SidneyBissoli/ibge-br-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server