reddit_search
Find Reddit discussions by keyword, optionally scoped to a subreddit, using operators and relevance sorting to surface canonical threads.
Instructions
Search Reddit. Scoped to one subreddit when subreddit is given, site-wide otherwise. Reddit's index is weaker than a web search engine's: prefer a few distinctive words over a natural-language question, and note that sort=relevance over time=all is usually better than new for finding the canonical thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Result ordering. `comments` sorts by comment count. | relevance |
| time | No | Time window, used only by the `top` and `controversial` sorts. Ignored otherwise. | day |
| after | No | Pagination cursor: pass the `after` value from the previous response to get the next page. Reddit paginates by fullname, not by offset, so there is no page number. | |
| limit | No | How many items to return (1-100). Defaults to 25; Reddit's hard cap is 100. | |
| query | Yes | Search terms. Supports Reddit operators like `author:spez` and `flair:"help"`. | |
| subreddit | No | Subreddit name without the `r/` prefix, e.g. "rust". |