Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REDDIT_CLIENT_ID | Yes | Your Reddit API client ID (appears right under 'personal use script' when creating a Reddit app) | |
REDDIT_CLIENT_SECRET | Yes | Your Reddit API client secret (the string labeled 'secret' when creating a Reddit app) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
analyze_wsb_market | Create a prompt for analyzing WSB market sentiment and finding opportunities. |
find_market_movers | Create a prompt for identifying what's moving a specific stock or the market. Args: ticker: Optional specific stock ticker to focus on |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
find_top_posts | |
fetch_post_details | |
fetch_batch_post_details | |
fetch_detailed_wsb_posts | |
get_top_trending_tickers | |
get_external_links |