get_post_comments
Retrieve comments for any published post by providing the post ID. Returns commenter name, body, date, and reaction counts.
Instructions
Get comments on a published post. Returns commenter name, comment body, date, and reaction counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max comments to return (default 20) | |
| post_id | Yes | The post ID to get comments for |