br_get_case_tcu
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
| Name | Required | Description | Default |
|---|---|---|---|
| ano | Yes | four-digit year, e.g. ``"2026"``. | |
| numero | Yes | acordao number, e.g. ``"1771"``. | |
| colegiado | No | deciding body - ``"Plenário"``, ``"Primeira Câmara"`` or ``"Segunda Câmara"`` (accent-sensitive, as spelled in the index). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||