Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ALPHA_VANTAGE_API_KEY | Yes | Your Alpha Vantage API key required for accessing financial 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 |
---|---|
get_stock_price | Get real-time stock price information |
get_company_overview | Get company information and key metrics |
get_daily_time_series | Get daily time series data for a stock |
get_weekly_time_series | Get weekly time series data for a stock |
get_forex_rate | Get exchange rate for currency pairs |
get_crypto_price | Get cryptocurrency prices |
get_technical_indicator | Get technical indicators for a stock |