Skip to main content
Glama
andresFLZ

mcp-trm-colombia

by andresFLZ

trm_series

Retrieve official Colombian TRM (USD/COP) rates for any date range, returning min, max, average, change, and the full raw series for direct charting.

Instructions

Rates over a period, with min, max, average and the change across it.

Args: start_date: ISO date (YYYY-MM-DD), inclusive. end_date: ISO date (YYYY-MM-DD), inclusive. Max 5 years apart.

Returns the summary plus the raw series, so the caller can chart it without a second round trip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYes
start_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses important behavior: inclusive dates, a 5-year maximum span, and that both summary and raw series are returned. It does not mention operational caveats such as output ordering, error cases, or whether the operation is strictly read-only, though that is strongly implied.

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 compact and well-organized with an Args section and a Returns note. Every sentence contributes meaningful information without redundancy or unnecessary filler.

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 two-parameter tool with an output schema, the description is complete: it explains the date range semantics, max span, and return structure. The mention of charting without a second round trip gives useful purpose context without requiring additional detail.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It fully documents both parameters with ISO format, inclusivity, and the 5-year constraint, adding substantial meaning beyond the bare schema properties.

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 states that the tool returns rates over a period with min, max, average, and change, which clearly identifies the resource and output. It does not explicitly contrast itself with sibling tools like get_trm, so it lacks full sibling differentiation.

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 gives clear usage context: it is for rates over a date range and returns the raw series so callers can chart without a second request. It does not explicitly mention alternatives or when not to use this tool, but the context is reasonably clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools