reddit_post
Retrieve a Reddit post's content and its comments by providing the post ID. Specify comment limit and thread depth to control the discussion retrieved.
Instructions
Get post content and comments.
Args: post_id: Reddit post ID comment_limit: Comments to fetch (default: 20) comment_depth: Thread depth (default: 3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| comment_depth | No | ||
| comment_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |