Comment Toolswordpress_update_comment
Comment Tools

wordpress_update_comment

Update a WordPress comment's content or approval status.

wordpress_update_comment

Update a comment.

Parameters

ParameterTypeRequiredDescription
idnumberYesComment ID
contentstringNoComment content
statusnumberNoComment status

Response

{
  "success": true,
  "updated": true,
  "id": 9001
}

Example Prompts

  • "Approve comment 9001"
  • "Update comment 9001 content to fix a typo"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025