saij_search
Search Argentine legal documents including court decisions, legislation, summaries, and legal doctrine from the official SAIJ database for legal research.
Instructions
Search Argentine legal documents in SAIJ.
Use this tool to find court decisions (fallos), legal summaries (sumarios),
legislation (leyes, decretos), doctrine, and dictámenes from Argentina's
official legal database.
Args:
query: Search terms (e.g. "consumidor", "phishing bancario").
doc_type: Type of document to search. Options:
- "fallo": Court decisions (default)
- "sumario": Case summaries with thesaurus tags
- "jurisprudencia": Both fallos and sumarios
- "legislacion": All legislation
- "ley": Laws only
- "decreto": Decrees only
- "doctrina": Legal doctrine/articles
- "dictamen": Official opinions
- "todo": All document types
field: Search field. "titulo" works with all types. "texto" only
works with sumarios (searches the summary text body).
limit: Maximum results to return (1-25, default 10).
offset: Pagination offset for fetching more results.
Returns:
JSON with total count, results array, and facet breakdowns
(by jurisdiction, tribunal, year).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| doc_type | No | fallo | |
| field | No | titulo | |
| limit | No | ||
| offset | No |