Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
UPBIT_ACCESS_KEY | Yes | Your Upbit API access key | |
UPBIT_SECRET_KEY | Yes | Your Upbit API secret key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
explain_ticker | Create a prompt explaining ticker data |
analyze_portfolio | 사용자의 포트폴리오를 분석하는 프롬프트를 생성합니다. |
order_help | 주문 생성에 대한 도움말 프롬프트를 생성합니다. |
trading_strategy | 트레이딩 전략 수립을 위한 프롬프트를 생성합니다. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
market://list |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_ticker | Get the latest ticker data from Upbit |
get_orderbook | Get orderbook snapshot for a given symbol |
get_trades | Get recent trade ticks for a symbol |
get_accounts | |
create_order | |
get_orders | |
get_order | |
cancel_order | |
get_market_summary | |
get_deposits_withdrawals |