Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
juba_searchA

Search JUBA for court decision summaries (sumarios) by keyword.

Args:
    query: Search terms (e.g., "consumidor vicio", "prescripción laboral").
    materia: Legal subject area. Options: civil, laboral, penal, contencioso,
             inconstitucionalidad, conflicto, enjuiciamiento, todos.
             Default: civil.
    limit: Maximum results to return (up to 15 per page).

Returns:
    JSON with total count, tab counts (text vs voces vs full text matches),
    and result list. Each result has: id, voces (legal topics), texto (summary text),
    normas (cited statutes), and fallo metadata (tribunal, fecha, caratula, magistrados).
juba_advanced_searchA

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.
juba_get_falloA

Retrieve the full text of a court ruling by its numeric ID.

Use id_fallo values from search results to get the complete ruling text,
including the full judicial reasoning, not just the summary.

Args:
    id_fallo: Numeric ruling ID from search results (e.g., 191298).

Returns:
    JSON with metadata (tribunal, caratula, fecha) and full ruling text.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/frontalinilucas/juba-mcp'

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