Skip to main content
Glama

Intraday FX Reference Rates

fx_intraday_reference_rates
Read-only

Return subscriber intraday official FX reference-rate observations for one pair. Call fx_reference_universe first to verify pair and source availability. Access: requires an FXMacroData API key; an anonymous call returns subscription_required with a subscribe link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseYesBase currency code.
quoteYesQuote currency code.
end_timeNoOptional inclusive RFC 3339 source timestamp.
start_timeNoOptional inclusive RFC 3339 source timestamp.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • removedInput schema / properties / base / title
      Removed value: -"Base"
    • removedInput schema / properties / end_time / title
      Removed value: -"End Time"
    • removedInput schema / properties / quote / title
      Removed value: -"Quote"
    • removedInput schema / properties / start_time / title
      Removed value: -"Start Time"
  2. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context: it is subscriber-only, requires an FXMacroData API key, and anonymous calls return subscription_required with a subscribe link. This goes beyond the annotations without contradicting them.

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?

Three sentences with no filler: purpose, prerequisite, and access requirement. The most important scoping information is front-loaded, and every sentence earns its place.

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 tool with a rich output schema and full parameter documentation, the description covers the essential operational context: what it returns, the prerequisite universe call, and authentication behavior. Minor gaps like pagination or empty-result behavior are not critical given the output schema and annotations.

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?

Schema description coverage is 100%, so the schema already fully documents base, quote, start_time, and end_time. The description only reinforces the 'one pair' scope and does not add parameter-level detail beyond the schema.

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 opens with a specific verb and resource: 'Return subscriber intraday official FX reference-rate observations for one pair.' This clearly distinguishes the tool from siblings like fx_reference_universe and fx_reference_sources by emphasizing 'intraday' and 'one pair.'

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?

It gives explicit guidance to call fx_reference_universe first to verify pair and source availability, and it states the API key requirement. It does not explicitly name alternatives or when-not-to-use conditions, but the context is clear.

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.