Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_daily_ratesA

Все курсы валют ЦБ РФ на указанную дату (по умолчанию сегодня). Без авторизации.

get_currency_rateB

Курс конкретной валюты к рублю с изменением за день.

get_rate_dynamicsB

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

get_key_rateA

Текущая ключевая ставка ЦБ РФ и дата вступления в силу.

get_key_rate_historyB

История изменений ключевой ставки ЦБ РФ за период.

get_precious_metalsB

Учётные цены ЦБ РФ на золото, серебро, платину, палладий (руб./грамм).

convert_currencyA

Конвертация суммы из одной валюты в другую через курс ЦБ РФ.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation4/5

Most tools have clear, distinct purposes: key rate, daily rates, single currency rate, dynamics, history, metals, and conversion. The only mild overlap is between get_daily_rates and get_currency_rate, but one returns all currencies and the other a specific currency with daily change. get_key_rate and get_key_rate_history are also distinguishable by current vs historical scope.

Naming Consistency5/5

All tools use a consistent snake_case verb_noun pattern with get_ as the dominant verb. convert_currency breaks the get_ prefix but still follows the same verb_noun convention, so the naming is predictable and coherent.

Tool Count5/5

Seven tools is well-scoped for a Central Bank of Russia rates server. Each tool covers a meaningful aspect of the domain without unnecessary proliferation or obvious redundancy.

Completeness4/5

The surface covers current and historical key rates, daily and specific currency rates, rate dynamics, metals prices, and currency conversion. Minor gaps exist, such as no explicit supported-currency list or a dedicated historical conversion endpoint, but these can be worked around with the existing daily rates and dynamics tools.

Maintenance

ActivityMaintained
ResponsivenessNo issues