get_post_comments
Retrieve threaded comments from any Reddit post by providing its URL. Supports limiting the number of comments up to 200 for focused analysis.
Instructions
Extract the threaded comments of a Reddit post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of comments to return (capped at 200). | |
| post_url | Yes | Full URL of the post (absolute paths like /r/.../comments/... also work). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||