jsonplaceholder_comments
Retrieve test comments data for specific posts using JSONPlaceholder. Specify a post ID and limit the number of comments returned for streamlined testing and development on the Open Search MCP server.
Instructions
Get test comments data from JSONPlaceholder
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of comments to return (1-100) | |
postId | No | Post ID to get comments for (1-100, optional) |