search_reddit
Search Reddit posts by query, filter by subreddit, sort order, and time. Returns metadata and URLs to fetch full content.
Instructions
Search Reddit posts. Returns metadata and URLs. Use mcp__fetchaller__fetch to read full post content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order | relevance |
| time | No | Time filter | all |
| after | No | Pagination cursor from previous response | |
| limit | No | Number of results (1-25) | |
| query | Yes | Search query | |
| timeout | No | Request timeout in seconds (default: 10) | |
| subreddit | No | Limit to subreddit (without r/) |