Skip to main content
Glama
alikula37

crypto-deep-research

by alikula37

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CDR_EMBEDDING_MODELNoOptional embedding model for the local RAG. Default is intfloat/multilingual-e5-large. To use a smaller model, set this to sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2.
CDR_COINGECKO_API_KEYNoOptional API key for CoinGecko Demo, used for price, market cap, rank, ATH/ATL, historical market cap, category, and dominance data.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_analysesC

Kullanilabilir analiz anahtarlarini listeler.

list_research_itemsC

66 maddelik arastirma listesini dondurur.

resolve_coinC

Sembol veya isimden coin kimligini (CoinGecko id) cozer.

get_market_snapshotC

Anlik fiyat, piyasa degeri, ATH/ATL mesafesi ve degisimleri dondurur.

run_analysisC

Tek bir analizi calistirir (ornek: technical, liquidations, news, volumes, whales...).

deep_researchC

66 maddelik arastirmayi calistirir; skor, olasilik, rapor ve prompt uretir.

search_contextC

Yerel RAG deposunda (haber, analiz, rapor) arama yapar.

list_reportsC

Uretilmis raporlari listeler.

get_reportC

Rapor adiyla markdown icerigini dondurur.

get_runC

Kosu detaylarini (66 madde sonuclari dahil) dondurur.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 10 tools

Disambiguation4/5

Most tools target distinct operations: resolving coins, snapshots, single analyses, full research runs, and report retrieval. Minor overlap exists between run_analysis (single analysis) and deep_research (66-item run), and between list_analyses and list_research_items, but descriptions clarify the distinction.

Naming Consistency4/5

Nearly all tools use a consistent verb_noun pattern: list_analyses, list_research_items, resolve_coin, get_market_snapshot, run_analysis, search_context, list_reports, get_report, get_run. Only deep_research breaks the pattern by omitting a verb prefix.

Tool Count5/5

Ten tools is well-scoped for a crypto deep-research server, covering discovery, execution, and retrieval without redundancy or bloat.

Completeness4/5

The surface covers discovery (list_analyses, list_research_items), execution (run_analysis, deep_research), and retrieval (list_reports, get_report, get_run) with supporting resolve_coin and search_context. Minor gaps like report deletion/export or batch multi-coin analysis are non-blocking.

Maintenance

ActivityMaintained
ResponsivenessNo issues