Skip to main content
Glama

SAIKYO: pay from Russia

USDT/RUB rate

get_usdt_rub_rate
Read-onlyIdempotent

Current SAIKYO rate for buying USDT (TRC20) with rubles via SBP QR, plus a market reference buy/sell rate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

The annotations already establish this as a safe, read-only, idempotent lookup, so the safety burden is lifted. The description adds worthwhile domain context (which corridor and payment method the rate applies to, and that a market reference rate is also included), but says nothing about rate freshness, timestamps, or volatility, which matters for a live price.

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?

A single front-loaded sentence that delivers the scope and the returned data components with no filler. Nothing is repeated from the title beyond what is needed.

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 zero-parameter tool with no output schema and full annotation coverage, the description is nearly sufficient: it identifies the exact instrument (USDT TRC20 bought with RUB via SBP QR) and notes a secondary market reference rate. It falls short only on freshness/units of the returned numbers, which an agent might reasonably want.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool takes zero parameters, so there is no parameter semantics burden and the baseline of 4 applies. The description correctly does not invent input options.

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 names a specific resource and scope: the current SAIKYO rate for buying USDT (TRC20) with rubles via SBP QR, plus a market reference buy/sell rate. It is clearly distinguishable from siblings like travel_card_for_country or search_saikyo_shop, though it never states an explicit verb like "returns" or "fetches".

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 when-to-use guidance, no mention of alternatives among the sibling tools, and no conditions or prerequisites for calling it. The only implicit cue is that the tool is about rates, leaving the agent to infer that it should be called for USDT/RUB pricing.

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.

Resources