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_current_stock_price | Get the current stock price based on stock symbol. |
get_stock_price_by_date | Get the stock price for a given stock symbol on a specific date. |
get_stock_price_date_range | Get the stock prices for a given date range for a given stock symbol. |
get_historical_stock_prices | Get historical stock prices for a given stock symbol. |
get_dividends | Get dividends for a given stock symbol. |
get_income_statement | Get income statement for a given stock symbol. |
get_cashflow | Get cashflow for a given stock symbol. |
get_earning_dates | Get earning dates. |
get_news | Get news for a given stock symbol. |