Skip to main content
Glama
feriadosapi

feriadosapi

by feriadosapi

Feriados por Cidade

feriados_por_cidade

Lists all national, state, and municipal holidays for a Brazilian city using its IBGE code. Supports filtering by year, facultative holidays, and banking holidays.

Instructions

Lista todos os feriados de uma cidade brasileira (feriados nacionais + estaduais + municipais). Use quando o usuário perguntar sobre feriados em uma cidade específica. Requer o código IBGE do município. Se não souber o código IBGE, use primeiro a tool 'buscar_municipios' para encontrá-lo. Exemplos de códigos IBGE: São Paulo = 3550308, Rio de Janeiro = 3304557, Belo Horizonte = 3106200, Brasília = 5300108.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ibgeYesCódigo IBGE do município (ex: 3550308 para São Paulo). Use 'buscar_municipios' se não souber o código.
anoNoAno com 4 dígitos (ex: 2026)
facultativosNoSe true, inclui feriados facultativos
bancariosNoSe true, retorna apenas feriados bancários (calendário FEBRABAN)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that the tool combines national, state, and municipal holidays, requires IBGE code, and gives example codes. However, it does not mention error handling for invalid codes or missing data.

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?

Three efficient sentences: purpose, usage guidance, and requirement with examples. No extraneous information.

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?

No output schema exists, so description should indicate return format. It states 'Lista todos os feriados' but does not describe structure. Still, the purpose is clear and the required parameter is well-documented.

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 coverage is 100%, so baseline is 3. The description adds context with IBGE code examples and overall purpose but does not significantly enhance parameter understanding beyond the schema 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 it lists all holidays (national, state, municipal) for a Brazilian city, using a specific verb and resource. It distinguishes from siblings like 'feriados_nacionais' and 'feriados_por_estado'.

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?

Explicitly says 'Use quando o usuário perguntar sobre feriados em uma cidade específica' and provides fallback instruction to use 'buscar_municipios' if the IBGE code is unknown.

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/feriadosapi/feriadosapi-mcp'

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