Get Comments
get_commentsFetch comments for a specific post by post ID (e.g., "1"). Returns comment ID, commenter name, email, and body text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post ID whose comments to retrieve (1–100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of comments returned | |
| post_id | Yes | Post ID the comments belong to | |
| comments | Yes | Array of comments on the post |