reddit_subreddit_posts
List Reddit subreddit posts with sort, time window, and pagination options. Returns normalized public posts and signals throttling with Retry-After for retries.
Instructions
List Reddit subreddit posts. Returns normalized public posts from a subreddit. A 503 with a Retry-After header means Reddit is temporarily throttling the request; wait that many seconds and retry.
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 | |
| subreddit | Yes | Subreddit name, without r/ |