Skip to main content
Glama

Get G10 FX Rate History

get_fx_rate_series
Read-onlyIdempotent

Returns historical daily exchange rates for a G10 currency pair. Source: European Central Bank.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysYesHistory window: 30 ($0.05), 90 ($0.10), or 365 ($0.25)
pairYesG10 currency pair e.g. EURUSD

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesEnd date of the window
pairYesCurrency pair identifier
countYesNumber of observations returned
labelYesHuman-readable pair name
startYesStart date of the window
observationsYesDaily exchange rates

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value by revealing the data source ('Source: European Central Bank'), which is not present in annotations or schema. This provides context on data origin and reliability. It does not contradict annotations. However, it does not describe return structure or rate-limiting behavior, but given the output schema exists, that is acceptable.

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 exactly two sentences: one for core functionality and one for data source. Every sentence adds distinct value with zero filler or redundancy. It is highly efficient and front-loaded, making it easy for an agent to parse quickly.

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 tool with only two enum parameters, rich annotations (read-only, idempotent), and an output schema, the description is fairly complete. It states what is returned (historical daily rates), the scope (G10 pairs), and the source (ECB). However, it does not explicitly mention that it returns a time series, nor does it provide any usage context like typical applications. Given the low complexity, a score of 4 is appropriate; it is not fully maximized.

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 input schema provides 100% coverage of both parameters, including enums (currency pairs and time windows) and per-parameter descriptions (e.g., days: '30 ($0.05)'). The tool description adds no additional parameter-level meaning beyond what the schema already contains. Baseline 3 is appropriate because the schema does the heavy lifting; the description adds no extra semantics.

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 uses a specific verb ('Returns') and resource ('historical daily exchange rates for a G10 currency pair'), which clearly states the tool's function. It is distinguishable from siblings like 'get_fx_rate_current' (current rates) and 'get_fx_rate_by_date' (single-date rates) due to 'historical daily' implying a time series, though it does not explicitly name alternatives. The title 'Get G10 FX Rate History' reinforces the purpose. A score of 4 reflects clear purpose without explicit 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 Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention exclusions or when to prefer other FX tools such as 'get_fx_rate_current' or 'get_fx_rate_by_date'. There is also no mention of use cases or limitations. This is a clear gap in usage 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.

TDQS

A3.9/5.0
Disambiguation3/5

The tool set has several overlapping functions, particularly among the bundle tools (e.g., get_bundle_context_brief vs get_bundle_macro both provide macro indicators, and get_bundle_rate_environment overlaps with get_yield_curve and get_policy_spread). Individual current/history/date tools are distinct but some redundancy exists (e.g., get_treasury_yield_current vs get_current_value for DGS30). Descriptions help differentiate purposes, but agents may still hesitate when selecting between similar bundles.

Naming Consistency4/5

All tool names begin with the verb 'get_' and use snake_case, creating a consistent pattern. The bundle tools are uniformly prefixed with 'get_bundle_', and individual data tools follow a get_[entity]_[modifier] structure (e.g., get_fx_rate_current, get_fx_rate_by_date, get_fx_rate_series). Minor deviations exist (e.g., get_series, get_current_value, get_value_by_date are less descriptive of the underlying entity), but overall the naming is predictable and readable.

Tool Count3/5

With 24 tools, the server is on the heavy side of the typical range. The broad domain (macro data, mortgage, crypto, FX, treasury, EDGAR) justifies many tools, but some could potentially be consolidated (e.g., individual rate tools vs rate bundles). The count does not feel overwhelming, but it is borderline heavy.

Completeness4/5

The server covers a wide range of economic and financial data with both bundled and granular views. It includes current, historical, and date-specific retrievals for FRED series, FX, and crypto, plus specialized tools for mortgages, recession, and yield curves. Minor gaps exist, such as no way to list all supported FRED series or full financial statements for EDGAR, but the core lifecycle of data querying is well covered.