reddit_read
Retrieve a Reddit post's content and metadata along with threaded comments. Specify URL or post ID, and control comment depth and count.
Instructions
Read a Reddit post with comments. Returns post content, metadata, and threaded comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Post URL (e.g., https://reddit.com/r/sub/comments/xxx/title) or post ID | |
| depth | No | How many levels of comment replies to include (default: 1) | |
| max_comments | No | Maximum number of comments to return (default: 25) |