drupal · Capability
Drupal REST API — Comments
Drupal REST API — Comments. 4 operations. Lead operation: Create a comment. Self-contained Naftiko capability covering one Drupal business surface.
What You Can Do
POST
Createcomment
— Create a comment
/v1/comment
GET
Getcomment
— Get a comment
/v1/comment/{id}
PATCH
Updatecomment
— Update a comment
/v1/comment/{id}
DELETE
Deletecomment
— Delete a comment
/v1/comment/{id}
MCP Tools
create-comment
Create a comment
get-comment
Get a comment
read-only
idempotent
update-comment
Update a comment
idempotent
delete-comment
Delete a comment
idempotent