Skip to main content
Glama
SidneyBissoli

Senado BR — Brazilian Federal Senate Open Data

senado_discursos_senador

Read-only

Search and filter a senator's speeches or interjections by period, legislative house, and type. Each entry includes summary, indexing, and URL; use the speech code to retrieve the full text.

Instructions

Lista pronunciamentos de um senador, filtráveis por período e casa legislativa. O parâmetro tipo (padrão discursos) escolhe entre discursos (pronunciamentos próprios) e apartes (intervenções em discursos de outros parlamentares). Retorna { codigoSenador, tipo, count, discursos }, cada item com codigo, data, casa, tipoUsoPalavra, resumo, indexacao, url e nomeParlamentar (sem texto integral; para tipo: apartes os itens são apartes, com a mesma estrutura). Obtenha o codigoSenador via senado_listar_senadores; use o codigo do pronunciamento em senado_discurso_texto para o texto completo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codigoSenadorYesCódigo único do senador
tipoNodiscursos (próprios) ou apartes (intervenções em discursos de outros)discursos
casaNoCasa legislativa (SF=Senado, CN=Congresso)
dataInicioNoData início (YYYYMMDD)
dataFimNoData fim (YYYYMMDD)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses return format including structure with `codigoSenador`, `tipo`, `count`, `discursos`, and that full text is not included. Adds value beyond the `readOnlyHint` and `openWorldHint` annotations by detailing output limitations.

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 a single dense sentence that front-loads the main action and includes all key information. It is efficient, though slightly more structure could improve readability.

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?

For a tool with 5 parameters, an output schema, and connections to other tools, the description fully covers what it does, how to use it, what it returns, and how it fits into the ecosystem. No gaps remain.

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 each parameter described. Description adds minor context on `tipo` and filter options, but does not significantly enhance the parameter semantics beyond the schema's own 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 speeches of a senator with filters, and the `tipo` parameter distinguishes between own speeches and interventions. This differentiates it from siblings like `senado_discursos_plenario` and `senado_discurso_texto`.

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 instructs to obtain `codigoSenador` via `senado_listar_senadores` and to use `codigo` in `senado_discurso_texto` for full text. Provides clear context on how to use the tool, though it doesn't specify when not to use it.

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