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_exchange_rateA

İki para birimi arasındaki güncel (veya belirli bir tarihteki) döviz kurunu döndürür (örn. USD → TRY).

convert_currencyA

Bir miktarı bir para biriminden diğerine, güncel kur üzerinden çevirir.

get_historical_rateA

Belirtilen bir tarihteki döviz kurunu döndürür. Geçmiş ECB/Frankfurter verilerine (1999'dan itibaren) erişim sağlar.

get_tcmb_rateA

TCMB (Türkiye Cumhuriyet Merkez Bankası) resmi günlük kur bülteninden, belirtilen dövizin alış ve satış kurlarını TRY cinsinden döndürür. Frankfurter'dan farklı olarak resmi alış/satış ayrımı içerir.

get_crypto_priceA

Bir kripto paranın belirtilen para birimi cinsinden güncel fiyatını, 24 saatlik değişimini ve piyasa değerini döndürür (örn. bitcoin → try).

get_multi_crypto_priceA

Birden fazla kripto paranın fiyatını tek sorguda döndürür. Ör: bitcoin, ethereum ve solana'nın TRY cinsinden fiyatlarını aynı anda alabilirsiniz.

get_bist_priceA

Borsa İstanbul (BIST) hisse senedinin güncel fiyatını, değişimini ve piyasa verilerini döndürür. Veri Yahoo Finance üzerinden 15 dakika gecikmeli olarak sağlanır. Sembol olarak sadece hisse kodunu girin (ör. THYAO, GARAN, ASELS).

get_global_stock_priceA

Dünya genelindeki tüm hisse senetlerinin, borsa endekslerinin (S&P 500, NASDAQ vb.) ve ETF'lerin anlık/güncel fiyat ve piyasa verilerini döndürür. (Örn: AAPL, NVDA, TSLA, MSFT, AMZN, SAP.DE, SHEL.L, ^GSPC, ^IXIC).

get_inflation_dataA

Türkiye TÜFE (Tüketici Fiyat Endeksi) enflasyon verisini döndürür. FRED (St. Louis Fed) üzerinden TÜİK kaynaklı yıllık % değişim verisi sağlanır.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 9 tools

Disambiguation3/5

Most tools target clear asset classes (fx, crypto, BIST, global stocks, inflation), but get_exchange_rate and get_historical_rate overlap heavily since the former also supports a specific date. get_bist_price and get_global_stock_price also have fuzzy boundaries because global coverage could include BIST symbols.

Naming Consistency4/5

Eight of nine tools follow a clean get_ prefix pattern, making the set predictable and scannable. convert_currency is the only outlier, but it is still a clear verb_noun name, so it reads as an intentional action rather than a naming failure.

Tool Count5/5

Nine tools is a well-scoped count for a finance data server covering fiat exchange, crypto, stocks, and inflation. Each tool adds a distinct data type or mode, and none feel superfluous.

Completeness4/5

The server covers core financial data retrieval well: current and historical fiat rates, official TCMB rates, crypto prices, stock prices, and inflation. Minor gaps exist—such as historical crypto/stock prices and date-based currency conversion—but the main informational workflows for the stated domain are covered.

Maintenance

ActivityMaintained
ResponsivenessNo issues