Skip to main content
Glama

Currency Fluctuation

currency_fluctuation
Read-onlyIdempotent

Retrieve exchange rate fluctuation metrics including start and end rates, absolute and percent change for volatility analysis over any date range.

Instructions

Retrieve exchange rate fluctuation metrics for currencies over a date range. For each requested currency returns: startRate, endRate, absolute change, and percent change. Useful for volatility analysis and comparing currency movements. startDate is required; endDate defaults to yesterday if omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateYesStart date of the time range in YYYY-MM-DD format (e.g. '2022-06-01').
end_dateNoEnd date of the time range in YYYY-MM-DD format. Defaults to the day before the current date if not provided.
baseNoBase currency code (e.g. 'USD', 'EUR', 'GBP'). Defaults to 'USD'.
symbolsNoAn array of 3-letter ISO 4217 fiat currency codes or cryptocurrency symbols (e.g., ['USD', 'EUR', 'BTC']). If omitted, the API will return rates for all 1,000+ supported assets. For a full list of valid codes, use the `currency_symbols` tool first.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds behavioral context by listing the exact return fields (startRate, endRate, absolute change, percent change) and noting that endDate defaults to yesterday. No contradictions.

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 concise sentences: first states purpose, second details return fields, third provides usage note. Front-loaded with key information, no wasted words.

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 fluctuation retrieval tool with rich annotations and no output schema, the description effectively covers return fields and default behavior. It could mention error handling or format of numerical values, but it is largely complete given the tool's simplicity.

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?

With 100% schema coverage, the baseline is 3. The description mentions that startDate is required and endDate defaults to yesterday, which is already in the schema. It does not add new semantics beyond what the schema provides for parameters.

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 starts with a clear verb and resource: 'Retrieve exchange rate fluctuation metrics for currencies over a date range.' It specifies return fields (startRate, endRate, absolute change, percent change) which distinguishes it from sibling tools like currency_historical_rates or currency_time_series.

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

Usage Guidelines3/5

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

The description says 'Useful for volatility analysis and comparing currency movements,' implying a use case but does not explicitly state when to use this tool over alternatives like currency_time_series or currency_historical_rates. No exclusion or alternative guidance is provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/api-freaks/apifreaks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server