get_posts
Fetch posts from a specified subreddit with configurable sorting, time range, pagination, and result limits.
Instructions
Fetch posts from a subreddit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| t | No | Timeframe for sort=top/controversial | |
| sort | No | Sort tab | new |
| after | No | Pagination cursor from a previous response | |
| limit | No | Items to return, 1-100 | |
| subreddit | Yes | Subreddit name (no r/ prefix) |