Skip to main content
Glama

DaedalMap Historical FX Rates

Get FX Rates

get_fx_rates
Read-only

Free tool. Queries the currency pack using filters.region_ids plus filters.time.granularity to return daily, weekly, or monthly FX data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoOptional sort instructions for row-returning queries.
limitNoMaximum number of rows to return for the requested granularity and time span.
outputNoOptional output controls such as response format hints.
filtersYesStructured filters including region_ids with loc_id country codes, time range, and granularity.
metricsNoOptional metric ids. Defaults to 'local_per_usd' for FX rate queries.
request_idNoOptional caller-supplied request id for tracing and idempotency.

TDQS

A3.9/5.0
Behavior3/5

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

The readOnlyHint annotation already signals that the tool is read-only. The description adds that it is a 'Free tool' and specifies the query mechanism, but it does not disclose return format, pagination, or rate limits, which would be useful beyond the annotation.

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 a single sentence, front-loaded with the 'Free tool' tag, and directly states the action, query inputs, and output granularity without redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and a nested filters object, the description conveys the essential query logic but lacks information about the response structure or edge cases. The readOnlyHint annotation mitigates safety concerns, but the description could be more complete for a tool with six parameters.

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 already documents all parameters with descriptions (100% coverage). The description emphasizes filters.region_ids and filters.time.granularity as the core drivers, reinforcing their importance, but adds minimal meaning beyond the schema's parameter descriptions.

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 queries the currency pack using specific filters (region_ids, time.granularity) and returns daily, weekly, or monthly FX data. This specific verb+resource+output distinguishes it from siblings like get_catalog and get_pack.

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 implies the tool is for FX rate queries by detailing the exact filters and granularity options. It does not explicitly exclude use cases or reference sibling alternatives, but the context is sufficiently clear that an agent can infer when to use it.

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

A4.4/5.0
Disambiguation5/5

Each tool has a distinct role: get_catalog lists available packs, get_pack provides details on one pack, get_fx_rates queries actual data, and get_tool_help explains tool usage. There is no meaningful overlap; even get_catalog and get_pack are clearly list-vs-detail.

Naming Consistency5/5

All tool names follow the exact same verb_noun pattern with 'get_' prefix and snake_case (get_catalog, get_fx_rates, get_pack, get_tool_help). This is highly predictable and consistent.

Tool Count5/5

Four tools form a compact yet complete set for a focused FX rates server: discovery, metadata, data retrieval, and help. Nothing feels redundant or missing, and the size is appropriate for the purpose.

Completeness5/5

The server covers the full workflow from discovering available data (get_catalog), understanding a pack (get_pack), querying rates (get_fx_rates), and getting tool guidance (get_tool_help). There are no obvious gaps for a historical data retrieval service.