Comment Tools
wordpress_list_comments
List WordPress comments with optional filters (status, post ID, pagination).
wordpress_list_comments
List all comments with optional filtering.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| status | string | No | Comment status (approve, hold, spam, trash) |
| post_id | number | No | Filter by post ID |
| page | number | No | Page number |
| perPage | number | No | Items per page |
Response
{
"success": true,
"comments": [
{
"id": 9001,
"post_id": 101,
"author": "Jane",
"status": "approve",
"content": "Great post!"
}
]
}
Example Prompts
- "List approved comments"
- "Show comments waiting for moderation"
- "List comments on post 101"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
