get_subreddit_posts
Fetch front-page posts from any subreddit to surface active discussions. Specify subreddit, category (hot, new, top, rising), and number of posts.
Instructions
Fetch the front-page posts of a subreddit to surface active discussions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subreddit | Yes | The subreddit name (e.g. "python", "MachineLearning") | |
| category | No | Feed type — "hot", "new", "top", or "rising" | hot |
| limit | No | Number of posts to return (max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |