browse_reddit
Browse subreddit posts using sort and time filters, obtain metadata and URLs for detailed content retrieval.
Instructions
Browse a subreddit's posts. Returns metadata and URLs. Use mcp__fetchaller__fetch to read full post content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order | hot |
| time | No | Time filter (only applies to 'top' sort) | day |
| after | No | Pagination cursor from previous response | |
| limit | No | Number of posts (1-25) | |
| timeout | No | Request timeout in seconds (default: 10) | |
| subreddit | Yes | Subreddit name without r/ prefix |