Skip to main content
Glama

list_exchange_rate_history

Read-onlyIdempotent

List available currencies, annual snapshots since 1999 and explicit gaps in ECB daily reference FX history. Some currencies have been discontinued. Units per EUR; original data freely available at ECB.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
yearsYes
sourceYes
refreshYes
endpointYes
frequencyYes
currenciesYes
base_currencyYes
numeric_valuesYes
original_data_freeYes
independently_verifiedYesOfficial-source checks are not independent factual corroboration.
missing_or_expired_yearsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, non-destructive, closed-world behavior, so the safety bar is covered. The description adds genuinely non-obvious data context on top: values are units per EUR, history starts at 1999, discontinued currencies exist, and there are explicit gaps in the daily series. These caveats materially affect how an agent should interpret results.

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?

Two tight sentences with no filler, front-loaded with the listing scope before the caveats. The punctuation is a little dense (semicolon and comma fragments) but every clause carries information.

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?

With no input parameters, a present output schema, and annotations covering the safety profile, the description only needs to convey scope and data caveats — and it does both. Nothing required to call or interpret this tool is missing.

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 tool takes zero parameters, so there is nothing for the schema or description to disambiguate. Baseline 4 applies; the description correctly avoids inventing parameters that do not exist.

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 names the resource scope precisely: available currencies, annual snapshots since 1999, and explicit gaps in ECB daily reference FX history. An agent can tell this is a metadata/discovery tool rather than a data fetcher. However, it never names the obvious sibling (get_exchange_rate_history) to sharpen the list-vs-get distinction.

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

Usage Guidelines2/5

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

There is no when-to-use or when-not-to-use guidance. Given siblings like get_exchange_rate_history and get_exchange_rates, the agent must guess whether this tool returns the actual rates or only coverage metadata. The ECB provenance note ('original data freely available at ECB') is background, not routing guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources