Skip to main content
Glama

Feriados Nacionais

feriados_nacionais

Lista todos os feriados nacionais do Brasil para um ano específico. Inclui feriados como Carnaval, Sexta-feira Santa, Tiradentes, Dia do Trabalho, Independência, Nossa Senhora Aparecida, Finados, Proclamação da República e Natal. Opcionalmente pode incluir feriados facultativos nacionais (Ponto Facultativo). Se nenhum ano for informado, retorna feriados de todos os anos disponíveis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anoNoAno com 4 dígitos (ex: 2026). Se omitido, retorna todos os anos.
bancariosNoSe true, retorna apenas feriados bancários (calendário FEBRABAN)
facultativosNoSe true, inclui feriados facultativos nacionais (ex: Carnaval, Corpus Christi)

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It goes beyond a simple statement by listing included holidays (Carnaval, Sexta-feira Santa, etc.) and notes that facultativos can be optionally included. It also clarifies the default year behavior. However, it does not describe output format or mention the 'bancarios' parameter's effect (only banking holidays), which is a notable behavioral trait.

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 concise (three sentences) and front-loaded with the main action. It efficiently packs the scope, examples, optional behavior, and default handling without unnecessary filler. Every sentence contributes useful 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?

The tool has 3 optional parameters, no required parameters, no output schema, and no annotations. The description covers the main purpose, default behavior, and optional facultativos. However, it omits any mention of the 'bancarios' parameter, which is an important behavior (restricting to banking holidays) and could confuse users given the sibling tool 'feriados_bancarios'. This gap prevents a perfect completeness score, but overall the description is adequate.

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%, with well-described parameters for 'ano', 'bancarios', and 'facultativos'. The description adds minimal extra meaning beyond the schema, such as explicit examples of facultativos (Ponto Facultativo) and the default with omitted year. Since the schema already handles parameter semantics, the baseline 3 applies with only slight additions.

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 verb 'Lista' and the specific resource 'todos os feriados nacionais do Brasil para um ano específico', with a scope for year and optional filtering. It distinguishes from sibling tools by explicitly focusing on national holidays, which is unique among tools like feriados_por_cidade, feriados_por_estado, and feriados_bancarios.

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 clear context on when to use the tool: for listing national holidays of Brazil, with an optional inclusion of facultativos. It explains default behavior (if no year is provided, returns all available years) and mentions the optional 'facultativos' parameter. However, it does not explicitly mention alternatives or when not to use this tool, such as for state/city holidays, which are covered by siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity. For example, 'buscar_feriados' is for general searches with multiple filters, while 'feriados_nacionais' and 'feriados_por_estado' target specific scopes, and 'verificar_data' checks a single date. The descriptions explicitly guide when to use each tool, preventing misselection.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern in Portuguese, such as 'buscar_feriados', 'listar_estados', and 'verificar_data'. All names use snake_case and descriptive verbs like 'buscar', 'listar', and 'verificar', making the set predictable and readable.

Tool Count5/5

With 9 tools, the count is well-scoped for the domain of Brazilian holidays. Each tool serves a specific function, from general searches to specialized checks and utility functions like listing states or municipalities, ensuring no tool feels redundant or missing for the server's purpose.

Completeness5/5

The tool set provides complete coverage for querying Brazilian holidays, including general searches, filters by type, location, and date, as well as utility tools for municipalities and states. It supports full workflows, such as finding IBGE codes before checking city holidays, and includes specialized checks for banking days, leaving no obvious gaps.

Resources