get_comments
Retrieve comments from JSONPlaceholder by post ID, comment ID, or fetch all comments for prototyping and testing.
Instructions
Get comments from JSONPlaceholder. Can retrieve all comments, a specific comment by ID, or comments for a specific post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional comment ID to retrieve a specific comment | |
| postId | No | Optional post ID to retrieve comments for a specific post |