Skip to main content
Glama

Latest ECB reference rates

rates_latest
Read-onlyIdempotent

Call this tool for the latest ECB daily reference rates against any base: 1.0812 for USD means 1 base = 1.0812 USD. Crosses go through the euro. Returns the ECB rate date and the cache age.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNoBase currency; defaults to the shared business profile's default_currency, else EUR. A rate of 1.0812 for USD means 1 base = 1.0812 USD. Cross rates go through the euro, the only pair the ECB publishes
quotesNoOnly these currencies, at most 200. Omit for all of them

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare the tool to be read-only, idempotent, and non-destructive, so the safety profile is covered. The description adds important behavioral details: cross rates are computed through the euro, and the response includes the ECB rate date and cache age. This provides context beyond the annotations that helps an agent interpret results correctly.

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 brief and well-structured: the first sentence states the purpose and key interpretation, the second conveys additional behavioral details. Every sentence earns its place, with no redundant or filler content. The rate example is compact and immediately useful.

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 read-only tool with two optional parameters, the description covers the essential context: when to use it, how rates are expressed, and what the response includes. There is no output schema, but the description partially compensates by mentioning the returned fields. It could mention edge cases like invalid base currencies, but this is minor given the tool's low complexity.

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 already provides full descriptions for both parameters, including the base/quote interpretation and the 'omit quotes for all' behavior. The description largely repeats this information, adding no new semantic detail beyond what is in the schema. With schema coverage at 100%, a baseline score of 3 is appropriate.

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 tool's purpose: fetching the latest ECB daily reference rates against any base currency. It uses a specific verb ('call this tool for'), names the resource ('ECB daily reference rates'), and clarifies the rate interpretation with an example. This distinguishes it from sibling tools focused on historical rates or conversions.

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: use this tool when you need the latest ECB reference rates. It does not explicitly mention alternatives or exclusions, but the phrase 'latest ... rates' implies a contrast with historical rate tools like rate_history or rate_on. No conflicting guidance is present.

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.