Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| saij_search | 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). |
| saij_get_document | Get a full document from SAIJ by its ID. Retrieves complete metadata for a court decision, law, or other legal
document, including tribunal, date, jurisdiction, magistrates, and
related sumarios. For fallos, includes PDF download URL.
Args:
identifier: Either a SAIJ id-infojus (e.g. "FA20000057" for a fallo,
"LNS0007682" for a law) or the full document UUID.
Returns:
JSON with complete document metadata. For fallos: tribunal, date,
case caption (caratula), magistrates, jurisdiction, related sumario
IDs, and PDF URL. For sumarios: summary text, thesaurus descriptors. |
| saij_get_sumarios | Get all legal summaries (sumarios) linked to a court decision. Each sumario contains a legal principle extracted from the decision,
tagged with thesaurus descriptors. Useful for understanding the key
legal holdings of a case.
Args:
fallo_id: The fallo's id-infojus (e.g. "FA20000057"). The "FA"
prefix is added automatically if missing.
Returns:
JSON with the fallo ID, total count, and array of sumarios, each
with: summary text, thesaurus descriptors (legal topic tags),
tribunal, date, and jurisdiction. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |