reddit_listing
Retrieve posts from a subreddit with titles, scores, and permalinks. Filter by sort order and paginate results.
Instructions
List posts from a subreddit. Returns titles, scores, and permalinks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of posts to skip for pagination (default: 0) | |
| sort | No | Sort order: hot, new, top, rising (default: hot) | hot |
| limit | No | Number of posts to return (default: 15) | |
| subreddit | Yes | Subreddit name without r/ prefix (e.g., 'LocalLLaMA') |