get_subreddit_new_posts
Retrieve recent posts from a specified subreddit using Reddit’s public API. Ideal for monitoring updates, gathering data, or tracking activity in specific communities with customizable post limits.
Instructions
Get new posts from a specific subreddit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of posts to return (default: 10) | |
subreddit_name | Yes | Name of the subreddit (e.g. 'Python', 'news') |