fetch_comments
Retrieve comments from any Reddit post. Specify the post URL or ID, sort order, and maximum number of comments to fetch the full comment tree.
Instructions
Fetch a post with its comment tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full Reddit post URL | |
| comment_sort | No | best|top|new | best |
| comment_limit | No | Max comments | |
| submission_id | No | Reddit post ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||