Skip to main content
Glama

Buscar causa por RUT de empresa

buscar_causa_por_rut_juridica
Read-onlyIdempotent

Search court cases for a Chilean legal entity by RUT. Because companies do not have Clave Única, this tool is the route to access their cases; specify RUT and court.

Instructions

Busca causas de una persona jurídica por su RUT.

Es la única vía para empresas: no tienen Clave Única, así que no aparecen en "Mis Causas". Exige indicar el tribunal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rutYesRUT sin dígito verificador ni puntos.
anioNoAño de ingreso, opcional.
corteNoCódigo de la corte. OMITIR salvo certeza: fijarla produce falsos negativos, porque excluye causas radicadas en otra jurisdicción.
paginasNoCuántas páginas de resultados recorrer como máximo. La plataforma devuelve 100 por página. Si la búsqueda excede este tope, la herramienta falla en vez de devolver una lista recortada, porque un listado truncado en silencio se leería como si no hubiera más resultados.
tribunalNoCódigo del tribunal. Omitir para buscar en todos.
competenciaNoUna de: apelaciones, civil, cobranza, familia, laboral, penal, suprema.civil
digito_verificadorYesDígito verificador: 0-9 o K.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds useful context about companies lacking Clave Única, but it does not disclose failure modes or pagination behavior, and the erroneous tribunal requirement reduces confidence.

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

Conciseness4/5

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

The description is very short and front-loaded, with the core purpose in the first sentence and a concise rationale for companies. The only flaw is the misleading 'Exige indicar el tribunal' sentence, which prevents a perfect score.

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

Completeness3/5

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

The rich input schema and output schema cover the technical details, and the description supplies the key use-case context for legal entities. However, the false statement about needing a tribunal leaves the agent with conflicting guidance about an important optional parameter, so the description is not fully reliable.

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

Parameters3/5

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

Schema description coverage is 100%, with each parameter well-documented (e.g., rut format, corte false negatives, paginas failure behavior), so the baseline of 3 applies. The description itself adds no parameter detail and actually contradicts the schema by implying tribunal is required.

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 opens with 'Busca causas de una persona jurídica por su RUT', a specific verb+resource+scope statement that clearly identifies what the tool does. This distinguishes it from sibling tools like buscar_causa_por_rit and buscar_causa_por_nombre.

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

Usage Guidelines3/5

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

The description provides clear context for when to use the tool: it is 'la única vía para empresas' and explains why they do not appear in 'Mis Causas'. However, it incorrectly states 'Exige indicar el tribunal' while the schema marks tribunal as optional with default null, which is a misleading usage instruction.

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/notluquis/mcp-pjud-cl'

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