Skip to main content
Glama
JoaquinMulet

mcp-cmf-chile

by JoaquinMulet

Adecuación de capital

cmf_api_adecuacion_capital
Read-only

Retrieve capital adequacy components and indicators for financial institutions in Chile, covering weighted assets, limits, effective equity, and IRE/IRS.

Instructions

Componentes o indicadores de adecuación de capital de instituciones financieras (Activos ponderados, límites, patrimonio efectivo, IRE/IRS).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mesNo
anioNo
indicadorNoIndicador (solo si componente=indicadores)
componenteYesComponente a consultar
institucionYesCódigo de institución (999 = sistema total)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
mesNo
anioNo
dataNo
cuentaNo
indicadorNo
componenteNo
institucionNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds context about the data content (capital adequacy components) but does not disclose behavioral details such as handling of institution code 999 or potential empty results. This is acceptable given the read-only nature and existing annotations.

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 a single, focused sentence with a parenthetical list, making it concise and front-loaded with the resource name. It could be improved by starting with an explicit verb, but it is efficiently sized with no wasted words.

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 read-only data query tool with an output schema, annotations, and 5 parameters, the description sufficiently defines the scope and the meaning of key enums. It lacks explicit usage guidance but is otherwise complete enough for an agent to correctly select and invoke the tool.

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 description maps the enum values of 'componente' to human-readable financial terms (activos ponderados, límites, patrimonio efectivo, IRE/IRS) and clarifies that 'indicador' is relevant only when 'componente=indicadores'. This adds meaning beyond the terse schema descriptions, though mes/anio are left to pattern interpretation.

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

Purpose4/5

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

The description clearly identifies the specific resource (capital adequacy components/indicators of financial institutions) and lists examples (activos ponderados, límites, patrimonio efectivo, IRE/IRS), which distinguishes it from sibling institutional data tools. However, it lacks an explicit verb like 'get' or 'query', making it slightly less action-oriented.

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 does not explicitly state when to use this tool versus alternatives, nor does it name exclusions. The domain-specific wording implies its use for capital adequacy data, but an agent would have to infer this from context rather than receive direct guidance.

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