get_post_comments
Retrieve comments on a published Substack post by providing its post ID. Returns commenter names, comment bodies, publication dates, and reaction counts to review audience engagement.
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 |