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