get-comments
Retrieve and filter comments from a WordPress site by providing the site URL, credentials, and optional parameters like post ID, page number, and comments per page.
Instructions
Get a list of comments from a WordPress site
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number | |
password | Yes | WordPress application password | |
perPage | No | Number of comments per page | |
postId | No | Filter comments by post ID | |
siteUrl | Yes | WordPress site URL | |
username | Yes | WordPress username |