reddit_subreddits_posts
Retrieve and normalize public posts from multiple subreddits combined into one feed. Define subreddits, sort order, and time window.
Instructions
List Reddit multi-subreddit posts. Returns normalized public posts from a combined multi-subreddit feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: hot, new, top, or rising | |
| time | No | Time window for top sort: hour, day, week, month, year, or all | |
| after | No | Reddit pagination token | |
| limit | No | Maximum posts, defaults to 25 and clamps to 100 | |
| subreddits | Yes | Comma-separated subreddit names, without r/, maximum 10 |