Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_CLIENT_ID | Yes | Your Reddit application client ID (appears right under 'personal use script') | |
| REDDIT_CLIENT_SECRET | Yes | Your Reddit application client secret (the string labeled 'secret') |
Capabilities
Server capabilities have not been inspected yet.
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 | |
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 | |