browse_subreddit
Fetch subreddit posts sorted by hot, new, top, rising, or controversial. Returns content, metadata, and optional subreddit info. Works with or without Reddit credentials.
Instructions
Fetch posts from a subreddit sorted by your choice (hot/new/top/rising/controversial). Returns a post list with content, metadata, and a data_source field. With Reddit credentials (data_source "api") posts include score, num_comments, and upvote_ratio; without credentials, results come from Reddit's public RSS feed (data_source "rss") and those fields plus nsfw are null — see the response note and do not infer popularity from them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | hot | |
| time | No | ||
| limit | No | Default 25, range (1-100). Change ONLY IF user specifies. | |
| subreddit | Yes | Subreddit name without r/ prefix. Use specific subreddit (e.g., "technology"), "all" for Reddit-wide posts, or "popular" for trending across default subreddits | |
| include_nsfw | No | ||
| include_subreddit_info | No | Include subreddit metadata like subscriber count and description. Requires Reddit credentials; silently omitted when browsing anonymously via the RSS fallback |