JSONPlaceholder · Capability
JSONPlaceholder REST API — Comments
Comments — the JSONPlaceholder comments surface. 6 operations. Lead operation: List Comments. Self-contained Naftiko capability covering one JSONPlaceholder business surface.
What You Can Do
GET
Listcomments
— List all comments.
/v1/comments
POST
Createcomment
— Create a new comment (simulated).
/v1/comments
GET
Getcomment
— Get a single comment by id.
/v1/comments/{id}
PUT
Replacecomment
— Replace a comment in full (simulated).
/v1/comments/{id}
PATCH
Updatecomment
— Partially update a comment (simulated).
/v1/comments/{id}
DELETE
Deletecomment
— Delete a comment (simulated).
/v1/comments/{id}
MCP Tools
list-comments
List all comments, optionally filtered by postId.
read-only
idempotent
create-comment
Create a new comment (simulated).
get-comment
Get a single comment by id.
read-only
idempotent
replace-comment
Replace a comment in full (simulated).
idempotent
update-comment
Partially update a comment (simulated).
idempotent
delete-comment
Delete a comment (simulated).
idempotent