Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ALPHAVANTAGE_API_KEY | Yes | Alpha Vantage API key for accessing stock market 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_ticker_price | Get current price for a stock ticker |
get_market_report | Generate US market report/briefing |
get_financial_statement | Get financial statements for a company |
get_company_overview | Get company overview and key metrics |