get-comments
Retrieve and manage comments from any WordPress site by specifying site URL, username, and password. Filter by post ID, limit results per page, and paginate through comments efficiently.
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 |