Skip to main content
Glama

bcb_buscar_serie

Read-onlyIdempotent

Search Brazilian economic series by keyword in the curated catalog (150+ series) to get code, name, category, and periodicity; ignores accents and case.

Instructions

Busca séries no catálogo interno curado por nome ou categoria, ignorando acentos e maiúsculas (ex.: 'inflacao' encontra 'Inflação'; 'dolar' encontra 'Dólar'). Quando usar: para encontrar o código de uma série a partir de uma palavra-chave (selic, ipca, cambio, pib, emprego, credito...). Quando NÃO usar: para listar tudo por categoria use bcb_series_populares. Limitação: pesquisa apenas o catálogo curado (150+ séries), não o SGS completo (dezenas de milhares); quando nada é encontrado, retorna sugestões e o link do portal SGS. Retorna: termo, totalEncontradas, series (array de {codigo, nome, categoria, periodicidade}) e, quando vazio, mensagem e sugestao. Catálogo local: não faz chamada de rede.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termoYesTermo de busca (mínimo 2 caracteres)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
termoYesTermo pesquisado
totalEncontradasYesQuantidade de séries encontradas
seriesYesSéries que correspondem ao termo
mensagemNoMensagem exibida quando nada é encontrado
sugestaoNoSugestões de termos alternativos
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds that it searches a local catalog without network calls, and explains accent/case insensitivity and empty result behavior.

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?

Description is well-structured with when to use, when not, limitations, and return format. It is informative but slightly dense; each sentence earns its place.

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

Completeness5/5

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

Given low complexity (1 parameter, output schema present), the description fully covers purpose, usage, behavior, and return structure, including the array of series objects and empty result handling.

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

Parameters5/5

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

Schema only provides minLength and a basic description. The tool description adds that the search is by name or category, ignores accents and case, and gives examples like 'inflacao' finds 'Inflação'.

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 it searches series in an internal curated catalog by name or category, with accent and case insensitivity. It distinguishes from sibling tools like bcb_series_populares.

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

Usage Guidelines5/5

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

Explicit when to use (to find series code from keyword) and when not to use (for listing by category, use bcb_series_populares). Also mentions limitation to curated catalog only.

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/bcb-br-mcp'

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