Skip to main content
Glama

juba_get_fallo

Retrieve complete court ruling texts using numeric IDs from the Buenos Aires judicial database. Access full judicial reasoning and metadata for legal research and case analysis.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_falloYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's behavior: it retrieves full text (implying a read-only operation), specifies the input source ('from search results'), and outlines the return structure ('JSON with metadata and full ruling text'). However, it doesn't mention potential limitations like error handling, rate limits, or authentication needs, which could be relevant for a complete behavioral picture.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with the core purpose, followed by usage guidance and detailed parameter/return explanations. Every sentence adds value: the first states what it does, the second specifies when to use it, and the subsequent sections clarify inputs and outputs without redundancy. It's appropriately sized for a single-parameter tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (one parameter, no nested objects) and the presence of an output schema (which handles return value documentation), the description is complete. It covers purpose, usage context, parameter semantics, and behavioral aspects adequately, leaving no significant gaps for an AI agent to understand and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 0%, so the description must fully compensate. It does so by clearly explaining the parameter 'id_fallo' as a 'numeric ruling ID from search results' with an example (e.g., 191298), adding crucial semantic context beyond the schema's basic type and title. This provides all necessary information for correct usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('retrieve the full text of a court ruling') and resource ('by its numeric ID'), distinguishing it from sibling tools like juba_search and juba_advanced_search which presumably return search results rather than full ruling texts. It explicitly mentions getting 'complete ruling text, including the full judicial reasoning, not just the summary,' which establishes its unique purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool: 'Use id_fallo values from search results to get the complete ruling text.' This directly links it to sibling tools (juba_search, juba_advanced_search) by specifying that the input should come from their outputs, clearly indicating the workflow and alternative tools for different purposes.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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