explore_reddit_discussions
Gauge public opinion and market acceptance by exploring Reddit discussions. Check upvote ratio to identify positive or controversial sentiment and review post age for relevance.
Instructions
STEP 2: SENTIMENT EXPLORATION. Use this to gauge public opinion and market acceptance.
Always check upvote_ratio: >0.8 = Positive, ~0.5 = Controversial.
Check age_in_days to ensure relevance. Use next_page_token to see more results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | relevance | |
| limit | No | ||
| keyword | Yes | ||
| subreddit | No | ||
| page_token | No | ||
| time_filter | No | year |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The extracted posts. | |
| status | No | Status of the request (e.g., success, partial_timeout). | success |
| message | No | System message or warning (especially if partial_timeout occurred). | |
| data_source | No | Provenance of the data: None = official Reddit API, 'arctic_shift' = community archive (metrics may lag live Reddit), 'saved_rss' = the user's private saved-items feed (scores/comment counts unavailable). | |
| meta_context | Yes | Temporal and spatial context for the AI. | |
| next_page_token | No | Pass this token to the tool again to fetch the next page. |