create-comment
Add comments to WordPress posts by specifying site URL, credentials, post ID, and content. Use this tool to automate comment creation with REST APIs for efficient site management.
Instructions
Create a new comment on a WordPress post
Input Schema
Name | Required | Description | Default |
---|---|---|---|
author_email | No | Comment author email (for users who can't set this) | |
author_name | No | Comment author name (for users who can't set this) | |
content | Yes | Comment content | |
password | Yes | WordPress application password | |
postId | Yes | ID of the post to comment on | |
siteUrl | Yes | WordPress site URL | |
username | Yes | WordPress username |