Skip to main content
Glama

Turkey Premium Index: what lira buyers pay above the world price, with TRY reference prices from Turkish venues

get_turkey_premium
Read-only

Get live Turkey premium for BTC, ETH, and USDT in TRY. Compare top Turkish exchanges to global prices and view per-venue premiums, spread, and depth.

Instructions

Call this when the user asks about Bitcoin, Ether or USDT prices in Turkish lira, the Turkey premium, the USDT/TRY rate or dollar premium in Turkey, or which Turkish exchanges (BtcTurk, Bitlo, CoinTR, OKX TR, Binance TR, Bybit TR, KuCoin TR, Bitexen) trade above or below the global price. Returns the live board: the Turkey Premium Index (what a lira buyer pays for bitcoin against the global dollar price at the official exchange rate, in bps) with its dollar leg and crypto leg, a 0-100 score (50 = world price) and regime, 24h and 7d averages and the same-sign streak; then five reference prices (median of eligible order books), per-venue book status, spread, depth and each venue's implied premium. Pass pair and history_days for 15-minute history of one pair.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairNoPair: BTC-TRY, ETH-TRY, USDT-TRY, BTC-USDT or ETH-USDT
history_daysNoInclude 15-minute index history for the pair, 1..30 days

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.27.2

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already signal readOnlyHint=true and openWorldHint=true, and the description adds relevant behavioral context: results form a live board, the index uses the official exchange rate, and history_days yields 15-minute history. No description content contradicts the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the trigger condition and then gives the return payload in a dense, structured way. It is long because the output is rich and there is no output schema, but each clause contributes 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?

For a complex tool with no output schema, the description covers the index, score, regime, averages, streak, reference prices, venue status, spread, depth, and implied premium. The main gap is that it does not state the default pair or default history behavior when parameters are omitted.

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%, so the baseline is 3. The description mostly restates the schema's pair and history_days semantics, adding only that history is for 'one pair'. It does not materially clarify defaults or optionality beyond the schema.

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 identifies a specific resource (Turkey Premium Index and TRY reference prices), a concrete action (returns the live board), and a distinctive scope: Bitcoin/Ether/USDT prices in Turkish lira, the USDT/TRY rate, and Turkish venue premiums. It is easily distinguishable from siblings such as get_coinbase_premium by naming Turkish venues and the TRY perspective.

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 explicitly lists the triggering user intents: Turkish lira prices, Turkey premium, USDT/TRY rate, dollar premium in Turkey, and which Turkish exchanges trade above or below the global price. It does not name alternatives or give explicit when-not-to-use guidance, so it falls just short of a 5.

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