jsonplaceholder_comments
Fetch test comments from JSONPlaceholder with optional post ID and limit parameters to simulate realistic data for development and testing.
Instructions
Get test comments data from JSONPlaceholder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | No | Post ID to get comments for (1-100, optional) | |
| limit | No | Maximum number of comments to return (1-100) |