Skip to main content
Glama
JoaquinMulet

mcp-cmf-chile

by JoaquinMulet

Descargar documento firmado

cmf_documento_descargar
Read-only

Download signed documents from Chile's Financial Market Commission (CMF) in PDF, XLS, or XLSX format using a secure token. The server handles the token internally, ensuring it never gets exposed.

Instructions

Descarga un documento firmado de la CMF (PDF/XLS/XLSX) usando su token s567. El servidor gestiona el token; nunca se expone al modelo. Para documentos grandes use el resource cmf://documento/{id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
s567YesToken del documento

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
s567No
base64No
tamanoNo
tamano_kbNo
contentTypeNo
Behavior4/5

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

Beyond the annotations (readOnlyHint, destructiveHint), the description adds security context: 'El servidor gestiona el token; nunca se expone al modelo.' This discloses token handling behavior and implies a safe download path. The large-doc suggestion also hints at potential size limits. No contradiction with annotations.

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 primary action, and every sentence adds value: purpose, formats, security note, and an alternative for large documents. No redundancy or fluff.

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?

For a simple one-parameter download tool with an output schema and readOnly annotations, the description covers the essential context: what it downloads, the token, server-side security, and a size-based fallback. It could mention error scenarios or supported formats in more detail, but overall it is sufficiently complete.

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

Parameters4/5

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

The schema already describes s567 as 'Token del documento' (100% coverage), but the tool description enriches it by stating 'su token s567' and clarifying that the server manages it securely, adding meaning about the token's role in downloading signed documents.

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 action ('Descarga un documento firmado'), the resource (CMF), and the formats (PDF/XLS/XLSX). It distinguishes itself from sibling tools like cmf_documento_info and cmf_documento_markdown by specifying the signed document token usage.

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 provides an explicit alternative for large documents ('Para documentos grandes use el resource cmf://documento/{id}'), telling the agent when not to use this tool. It could additionally mention when to prefer cmf_documento_markdown for markdown conversion, but the large-doc guidance is clear.

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