Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Your OpenAI API key | |
| SERPAPI_API_KEY | Yes | Your SerpAPI key for web data fetching | |
| TELEGRAM_CHAT_ID | Yes | Your Telegram chat ID for receiving alerts | |
| TELEGRAM_USER_ID | No | Your Telegram user ID | |
| TELEGRAM_BOT_TOKEN | Yes | Your Telegram bot token for sending alerts | |
| ALPHA_VANTAGE_API_KEY | No | Your Alpha Vantage API key for stock data |
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 |
|---|---|
No tools | |