Skip to main content
Glama

leychile_concordancias_articulo

Read-onlyIdempotent

Retrieve all cross-references cited in a Chilean legal article, including other articles, laws, codes, and decrees, to map the normative network for systematic interpretation.

Instructions

Extrae las remisiones de un artículo: a qué otros artículos, leyes, códigos y decretos cita.

Útil para mapear la red normativa de un precepto (interpretación sistemática).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds that it extracts references, which is useful context but does not reveal behavioral traits beyond the annotations. No contradiction.

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 extremely concise with two sentences. The first sentence states the action, and the second adds the purpose. No wasted words, front-loaded, and easy to parse.

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

Completeness4/5

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

Given the tool has an output schema, the description does not need to explain return values. The description covers the essential action and use case. It is complete for a tool of moderate complexity, though it could briefly mention optional parameters like transitorio.

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?

The description does not add any parameter semantics beyond the input schema. The schema itself provides descriptions for most parameters (e.g., articulo, id_norma, numero_ley), so the description's lack of parameter detail is acceptable but does not enhance understanding.

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 tool extracts references (remisiones) from an article to other articles, laws, codes, and decrees. It distinguishes from sibling tools like leychile_obtener_articulo (which gets article content) and leychile_buscar_en_norma (search within a norm), making the purpose specific and clear.

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

Usage Guidelines4/5

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

The description implies usage for mapping the normative network of a precept (systematic interpretation). It provides a clear context but does not explicitly state when not to use or mention alternatives. However, the sibling list and purpose clarity compensate.

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/IanGuiloff/LeyChile-mcp'

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