reddit_search
Search Reddit for a query and store matching posts. Optionally restrict to specific subreddits for targeted analysis.
Instructions
Search Reddit live for a query and store the matching posts.
If subreddits is given the search is restricted to each of them (results
merged + de-duplicated); otherwise it is a site-wide search. Posts are stored
so you can drill into them later with reddit_query /
reddit_get_evidence / reddit_fetch_thread. Returns the stored posts as
dicts (id, subreddit, author, score, permalink, title, body, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | relevance | |
| time | No | year | |
| limit | No | ||
| query | Yes | ||
| subreddits | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |