analyze_reddit_sentiment
Analyze retail investor sentiment from Reddit stock discussions across multiple subreddits. Get AI-powered sentiment analysis with confidence scores and key themes to gauge community opinion.
Instructions
Comprehensive Reddit sentiment analysis tool that searches for stock discussions across multiple investing subreddits and uses AI to analyze retail investor sentiment. Combines Reddit post search, optional comment extraction, and advanced sentiment classification to gauge community opinion and engagement. Use this when assessing retail investor sentiment, detecting sentiment shifts, or validating investment decisions against community consensus. Returns posts, sentiment analysis with confidence scores, key themes, and community engagement metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol | |
| subreddits | No | Subreddits to search for discussions | |
| time_filter | No | Time period to search within | week |
| limit | No | Maximum number of posts to retrieve | |
| sort | No | Sort order for results | hot |
| max_posts_for_sentiment | No | Maximum number of posts to use for sentiment analysis | |
| include_comments | No | Whether to include comments from a specific post | |
| post_id_for_comments | No | Specific post ID to retrieve comments from (optional) | |
| comment_limit | No | Maximum number of comments to retrieve if include_comments is true |