Skip to main content
Glama

get_rate_dynamics

Retrieve currency exchange rate dynamics against the Russian ruble for a specified date range, returning a series of daily values and a summary with minimum, maximum, average, and overall change.

Instructions

Динамика курса валюты к рублю за период (ряд значений + сводка: min/max/avg, изменение).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_dateYesКонец периода YYYY-MM-DD
from_dateYesНачало периода YYYY-MM-DD
currency_codeYesКод валюты (например USD, EUR, CNY)
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does reveal the output shape: a series plus min/max/avg summary and change. However, it does not mention ordering, inclusivity of dates, supported currency codes, error behavior, or whether the operation has any side effects, so transparency is partial.

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, compact sentence that front-loads the main purpose and appends useful output details in parentheses. There is no filler or redundant repetition of schema information.

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?

Given there is no output schema, the description usefully specifies what the response will contain: a value series and a summary with min/max/avg and change. Combined with fully documented parameters, this is mostly sufficient for an agent to call the tool and interpret results, though minor gaps remain around ordering and date boundary semantics.

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%: all three parameters (currency_code, from_date, to_date) are documented with formats and examples. The description adds little beyond clarifying that the rate is 'to the ruble', so it does not materially enhance parameter understanding beyond the schema.

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 clearly identifies the tool's function: returning currency exchange rate dynamics to the ruble over a period, including a value series and summary statistics. It is specific about the resource (currency rate) and scope (period), though it does not explicitly differentiate itself from sibling period-based tools like get_daily_rates or get_key_rate_history.

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?

There is no explicit guidance on when to use this tool versus alternatives. 'За период' implies historical period use, but the description does not state conditions, exclusions, or which sibling tool should be preferred for other scenarios, leaving the choice largely to inference.

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/theYahia/cbr-mcp'

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