explore_reddit_discussions
Explore Reddit discussions to gauge public sentiment and market acceptance for any keyword. Upvote ratio indicates positivity; post age reveals 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). | |
| 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. |