Skip to main content
Glama
SidneyBissoli

Senado BR — Brazilian Federal Senate Open Data

senado_remuneracoes_servidores

Read-onlyIdempotent

Query Brazilian Federal Senate employee salaries for a given year and month. Get aggregated totals by pay type or detailed individual compositions with optional filters.

Instructions

Remunerações dos servidores do Senado em ano/mes de referência (a partir de 2013). modo=resumo (padrão) retorna { ano, mes, totalRegistros, resumo[] } agregado por tipoFolha com registros, totalBruto e mediaBruta; modo=detalhe retorna { count, total, remuneracoes[] } com a composição individual (remuneracaoBasica, vantagensPessoais, funcaoComissionada, horasExtras, bruto etc.), limitada por limite (padrão 50, máx 500) com aviso se truncado. Filtre por nome ou tipoFolha no detalhe para evitar listas longas. Para o cadastro de servidores use senado_servidores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anoYesAno de referência
mesYesMês de referência
modoNoresumo = totais por tipo de folha (padrão); detalhe = composição individualresumo
nomeNoNome do servidor (busca parcial)
limiteNoMáximo de linhas no modo detalhe (padrão: 50)
tipoFolhaNoFiltrar por tipo de folha (busca parcial)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations declare readOnlyHint, idempotentHint, and destructiveHint=false, so safety traits are already clear. The description adds behavioral details: explains the return structures for both modes (aggregated vs individual), mentions truncation with 'aviso' if limit exceeded, and specifies that results are limited by 'limite' (max 500), providing useful context beyond the annotations.

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 a single paragraph but well-structured: it starts with the core purpose, then details mode options with output structures, followed by filtering and pointing to a sibling tool. Every sentence adds value, no fluff.

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 the tool's complexity (2 modes, multiple optional filters, limit parameter, and output schema), the description covers all aspects: it explains output structure for both modes, truncation behavior, how to avoid large result sets, and even cross-references the related tool for employee registry. It is fully self-contained for an agent to use correctly.

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?

Schema coverage is 100% with descriptions for all 6 parameters, so the schema already documents them. However, the description adds value by explaining the effect of 'nome' and 'tipoFolha' filters, the default behavior of 'modo', and practical usage tips like filtering to avoid long lists, enhancing understanding beyond bare schema.

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 retrieves remuneration data for Senate employees for a given year/month from 2013 onwards. It distinguishes from sibling tools by explicitly mentioning that for employee registry one should use 'senado_servidores'.

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?

It explains when to use 'resumo' (default) vs 'detalhe' mode, advises filtering by 'nome' or 'tipoFolha' in detalhe to avoid long lists, and points to the alternative tool 'senado_servidores' for employee registry, providing clear guidance on when to use this tool vs alternatives.

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

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