List Subreddit Posts
reddit_list_postsFetch posts from a subreddit with sorting options (hot, new, top, rising, controversial) and pagination. Returns JSON with posts and metadata for effective moderation and analysis.
Instructions
List posts from a subreddit (hot/new/top/rising/controversial). Returns JSON with posts and meta (limit, has_more, next_cursor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Fullname cursor from a previous call's meta.next_cursor, for pagination | |
| limit | No | Max posts to return (default 25, max 100) | |
| listing | No | Listing type (default: hot) | |
| subreddit | Yes | Subreddit name, without the r/ prefix | |
| time_filter | No | Time window, only used by top/controversial (default: day) |