Get Subreddit Posts
reddit-get-postsGet posts from a subreddit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results to return (default 10) | |
| subreddit | Yes | Subreddit name without r/ prefix | |
| text_only | No | Headline mode: return only {id, title} per post. Drops author, subreddit, date, URL, and the body preview. Use for a cheap first pass to pick posts worth fetching with reddit-get-post. Leave false when you need bodies, authors, or links. | |
| time_filter | No | Time filter for top sort: hour, day, week, month, year, all | week |