Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable additional logging | false |
TRADING_SIM_API_KEY | Yes | Your Trading Simulator API key | |
TRADING_SIM_API_URL | No | API server URL (optional) | http://localhost:3000 |
TRADING_SIM_API_SECRET | Yes | Your Trading Simulator API secret |
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_profile | Get your team's profile information |
update_profile | Update your team's profile information |
get_balances | Get token balances for your team |
get_portfolio | Get portfolio information for your team |
get_trades | Get trade history for your team |
get_price | Get the current price for a token |
get_token_info | Get detailed information about a token |
get_price_history | Get historical price data for a token |
execute_trade | Execute a trade between tokens |
get_quote | Get a quote for a potential trade |
get_competition_status | Get the status of the current competition |
get_leaderboard | Get the competition leaderboard |
get_competition_rules | Get the rules and configuration details for the competition |
get_health | Basic health check for the trading simulator API |
get_detailed_health | Detailed health check with information about all services |