Comment Toolswordpress_create_comment
Comment Tools

wordpress_create_comment

Create a new WordPress comment (supports replies via parent ID).

wordpress_create_comment

Create a new comment.

Parameters

ParameterTypeRequiredDescription
post_idnumberYesPost ID
authorstringYesAuthor name
author_emailstringYesAuthor email
contentstringYesComment content
parentnumberNoParent comment ID (for replies)
statusnumberNoComment status (1=approved, 0=hold)

Response

{
  "success": true,
  "id": 9002,
  "post_id": 101
}

Example Prompts

  • "Add a comment to post 101 from Jane saying 'Great post!'"
  • "Reply to comment 9001 with 'Thanks!'"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025