wp_create_comment
Create a new comment on a WordPress post by providing the post ID and content. Optionally set the author name and email.
Instructions
Creates a new comment on a post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| post | Yes | The ID of the post to comment on. | |
| content | Yes | The content of the comment. | |
| author_name | No | The name of the comment author. | |
| author_email | No | The email of the comment author. |