Comment Tools
wordpress_update_comment
Update a WordPress comment's content or approval status.
wordpress_update_comment
Update a comment.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | Comment ID |
| content | string | No | Comment content |
| status | number | No | Comment status |
Response
{
"success": true,
"updated": true,
"id": 9001
}
Example Prompts
- "Approve comment 9001"
- "Update comment 9001 content to fix a typo"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
