Skip to main content
Glama

br_get_case_tcu

Read-onlyIdempotent

Retrieve a TCU acordao by its number and year, with optional colegiado, and get the full ruling text including deliberation, rapporteur's report, and vote.

Instructions

Fetch one TCU acordao with the real ruling text: acordao_texto (deliberation), relatorio (rapporteur's report) and voto (vote).

A TCU acordao is uniquely identified by (numero, ano, colegiado) - the same numero/ano recurs across the Plenario and the two Camaras. When colegiado is omitted and more than one acordao matches, this errors and lists the matching bodies instead of guessing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anoYesfour-digit year, e.g. ``"2026"``.
numeroYesacordao number, e.g. ``"1771"``.
colegiadoNodeciding body - ``"Plenário"``, ``"Primeira Câmara"`` or ``"Segunda Câmara"`` (accent-sensitive, as spelled in the index).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. Description adds crucial context: the error behavior when colegiado is omitted and ambiguous, and the exact fields returned. This goes beyond 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?

Two sentences, front-loaded with the core function, followed by essential clarification on uniqueness and error handling. No redundant or verbose content.

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 presence of an output schema and annotations, the description fully explains input, output (three text fields), uniqueness, and error case. No gaps remain for this fetch operation.

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%, but description adds significant context: explains that (numero, ano, colegiado) uniquely identify an acordao, and that the same numero/ano recurs across bodies. This enriches understanding beyond basic schema 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?

Description clearly states the tool fetches a single TCU acordao with specific text fields (acordao_texto, relatorio, voto). It distinguishes from sibling tools that target different courts (CARF, STJ, TST) by specifying 'TCU' explicitly.

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?

Description explains the uniqueness constraint (same numero/ano recurs across bodies) and warns that omitting colegiado when ambiguous causes an error, listing matching bodies. This provides clear guidance on when to include the optional parameter, though it does not explicitly compare to alternative tools.

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/matematicsolutions/br-eli-mcp'

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