get_subreddit_new_posts
Retrieve recent posts from any Reddit community by specifying the subreddit name and desired post count.
Instructions
Get new posts from a specific subreddit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subreddit_name | Yes | Name of the subreddit (e.g. 'Python', 'news') | |
| limit | No | Number of posts to return (default: 10) |