Skip to main content
Glama
SidneyBissoli

Senado BR — Brazilian Federal Senate Open Data

senado_tabelas_processo

Read-only

Query reference tables for Brazilian Senate legislative process codes (e.g., subjects, statuses, document types). Use to resolve codes before filtering in legislative search tools.

Instructions

Consulta tabelas de referência do processo legislativo (parâmetro tabela): siglas, assuntos, classes, destinos, entes, tipos-situacao/decisao/autor/atualizacao/documento/conteudo-documento/prazo. Retorna { tabela, count, total, linhas } com as linhas brutas da tabela escolhida — cada linha traz tipicamente um código/sigla e a descrição do domínio (campos conforme a API). filtro textual opcional (sobre sigla/descrição) e limite padrão 200 (máx. 1000); count 0 quando o filtro não casa. Use para resolver códigos/siglas antes de filtrar em senado_search_processos e ferramentas afins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabelaYesTabela de referência a consultar
filtroNoFiltro textual aplicado sobre sigla/descrição
limiteNoMáximo de linhas (padrão: 200)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the tool is safe and non-destructive. The description adds that it returns raw rows with count=0 when filter doesn't match, and that limit is capped at 1000. No contradictions or missing critical behaviors.

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?

The description is well-structured: starts with purpose, then return structure, then parameter details, and ends with usage tip. It is appropriately concise for the complexity, though could be slightly tighter.

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 description covers the return type (structure with tabela, count, total, linhas), parameter behavior, and typical usage. With an output schema present, the description adds enough context to use the tool effectively, though some return field details are left to the schema.

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 description coverage is 100% with detailed parameter descriptions. The description reiterates the parameter roles and adds context like default and max for 'limite', but does not provide significant additional meaning beyond the schema. Baseline of 3 is appropriate.

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 consults reference tables for legislative process, listing specific tables and the returned structure. It distinguishes itself from siblings by mentioning it's used to resolve codes before using 'senado_search_processos'.

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?

Explicitly states 'Use para resolver códigos/siglas antes de filtrar em senado_search_processos e ferramentas afins.' This gives a clear use case and context. It could be improved by noting when not to use, but the guidance is sufficient.

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