Skip to main content
Glama
SidneyBissoli

Senado BR — Brazilian Federal Senate Open Data

senado_requerimentos_cpi

Read-only

List requests of an active Parliamentary Inquiry Commission (CPI) by its acronym, with pagination. Returns raw request data including number, date, summary, author, and status.

Instructions

Lista requerimentos de uma CPI (Comissão Parlamentar de Inquérito) em atividade, pela siglaCpi, com paginação por pagina (índice baseado em 0, definido pelo upstream). Retorna { siglaCpi, pagina, count, requerimentos }, onde requerimentos é a lista de registros brutos da página (campos conforme a API: tipicamente número, data, ementa, autor e situação do requerimento). count é o tamanho da página; uma página além do total retorna count 0 — use isso para saber que as páginas acabaram. CPIs sem requerimentos retornam lista vazia. Descubra as siglas via senado_listar_comissoes com tipo=cpi.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siglaCpiYesSigla da CPI (ex: CPIVD, CPIPED)
paginaNoPágina da lista (padrão: 0)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. Description adds critical behavioral details: zero-based pagination defined upstream, return structure {siglaCpi, pagina, count, requerimentos}, and behavior at end of pages (count 0). No contradictions.

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?

Description is brief—four sentences—with action verb first ('Lista'), then pagination, then return format, then edge cases. Every sentence adds necessary information without redundancy or 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 full schema coverage, output schema, and annotations, the description is complete. It covers all essential aspects: purpose, parameters, pagination logic, return structure, and how to obtain input (via sibling tool). No gaps for a read-only paginated list 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?

Schema coverage is 100% with descriptions for both parameters. Description adds value by giving example for siglaCpi ('CPIVD, CPIPED') and clarifying pagina is zero-indexed with default 0. However, most parameter info is already in schema, so slightly above baseline 3 but not maximally helpful.

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 lists requerimentos of a CPI, specifying required parameter siglaCpi and pagination. It distinguishes itself from siblings by directing to senado_listar_comissoes for obtaining siglas, making purpose unambiguous.

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?

Description provides explicit when-to-use (for CPI requerimentos) and how to paginate (check count==0 for end). It also handles edge cases (CPIs without requerimentos return empty list) and recommends sibling tool for siglas. No exclusions needed.

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