Skip to main content
Glama
JoaquinMulet

mcp-cmf-chile

by JoaquinMulet

Descargar norma (PDF)

cmf_normativa_descargar
Read-only

Fetch and download a norm PDF from Chile's CMF compendium. Provides base64 content for files under 4MB; otherwise returns a resource reference.

Instructions

Descarga el PDF de una norma del compendio. Devuelve el contenido base64 si es pequeño (<4MB) o el resource cmf://norma/{id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
archivoYesRuta del archivo del compendio (ej: /web/compendio/cir/cir_2343_2024.pdf)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
archivoNo
formatoNo
tamano_kbNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds meaningful behavioral detail beyond annotations: it returns base64 content for files <4MB or a resource URI for larger files, disclosing a size threshold and fallback behavior. This is valuable context that the annotations do not provide.

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 two sentences, front-loaded with the main action, and provides essential output behavior without any filler. Every sentence adds value and is highly scannable.

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?

For a simple single-parameter tool with an output schema and complete annotations, the description covers all necessary aspects: the action, the output format, and size-dependent behavior. It is sufficient for an agent to select and invoke the tool correctly.

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 schema description for the only parameter 'archivo' is explicit and includes an example path, providing 100% coverage. The tool description does not add anything beyond the schema, but it also doesn't need to. Per the baseline rule for high schema coverage, this scores 3.

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 states exactly what the tool does: 'Descarga el PDF de una norma del compendio' (downloads the PDF of a regulation from the compendium). It uses a specific verb and resource, and clearly distinguishes it from sibling tools like cmf_normativa_buscar (which searches) and cmf_documento_descargar (which is a more generic document download).

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 its usage context: when the user needs a PDF of a normativa and provides the file path. It also specifies the output behavior for small vs large files, which helps the agent decide if this is the right tool. However, it does not explicitly mention alternatives or exclusion criteria, so it stops short of a 5.

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/JoaquinMulet/mcp-cmf-chile'

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