Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
GET_TICKER | Get the latest ticker data from Upbit for a single market |
GET_ORDERBOOK | Get orderbook snapshot for a given market |
GET_TRADES | Get recent trades for a market |
GET_ACCOUNTS | Get Upbit account balances (requires private API enabled) |
CREATE_ORDER | Create an Upbit order (requires private API) |
GET_ORDERS | List Upbit orders (requires private API) |
GET_ORDER | Get a single Upbit order (requires private API) |
CANCEL_ORDER | Cancel an existing Upbit order (requires private API) |