juba_advanced_search
Search legal rulings from Buenos Aires courts with field-specific filters for summary text, case details, cited norms, and ruling types using structured queries.
Instructions
Advanced search on JUBA with field-specific filtering.
Searches across specific fields like summary text, voces (legal topics),
case caption (caratula), full ruling text, or cited norms.
Args:
query: Search terms. Supports etiquetas like "Caratula:Garcia" or "TipoFallo:S".
fields: Which fields to search in. Default: ["texto_sumario"].
Options: materia, voces, nro_causa, caratula, texto_sumario,
juez_voto, codigo_norma, nro_norma, anio_norma,
texto_completo, tribunal_emisor.
tipo_fallo: Filter by ruling type. S=Definitiva, I=Interlocutoria, P=Plenario.
fecha_desde: Start date filter (DD/MM/YYYY).
fecha_hasta: End date filter (DD/MM/YYYY).
Returns:
JSON with total count and result list with same structure as juba_search.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| fields | No | ||
| tipo_fallo | No | ||
| fecha_desde | No | ||
| fecha_hasta | No |