Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GENERATOR_DIR | No | Specify a persistent directory for installing Yeoman generators. By default, generators are installed in a temporary directory that is removed when the operation completes. Using a persistent directory can improve performance for repeated operations with the same generators. |
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_info | Retrieve information about a specific stock symbol using Yahoo Finance API. |
get_ticker_news | Fetches news articles for a given stock ticker symbol. |
search_quote | Search for quotes using a query string. |
search_news | Search for news articles using a query string. |
get_top_etfs | Retrieve the top ETFs in a specific sector. |
get_top_mutual_funds | Retrieve the top mutual funds in a specific sector. |
get_top_companies | Retrieve the top companies in a specific sector. |
get_top_growth_companies | Retrieve the top growth companies in a specific sector. |
get_top_performing_companies | Retrieve the top performing companies in a specific sector. |
analyze_sentiment | You are a sentiment analysis tool. Based on the provided rationale, analyze the sentiment for the given stock symbol. Please ensure that your analysis is objective and unbiased. Copy |