wordpress_create_comment
Creates a new comment on a WordPress post. Use it to add comments, reply to existing threads with a parent ID, or submit anonymous comments by providing author name and email.
Instructions
Create a new comment on a WordPress post.
Args: post: Post ID to comment on content: Comment content parent: Parent comment ID for replies author_name: Comment author name (for anonymous comments) author_email: Comment author email (for anonymous comments)
Returns: Created comment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post | Yes | ||
| parent | No | ||
| content | Yes | ||
| author_name | No | ||
| author_email | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||