get_subreddit_hot_posts
Retrieve trending posts from a specific subreddit by specifying the subreddit name and desired post count, using a Reddit API-enabled server for streamlined access.
Instructions
Get hot 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') |