Comment Toolswordpress_list_comments
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

ParameterTypeRequiredDescription
statusstringNoComment status (approve, hold, spam, trash)
post_idnumberNoFilter by post ID
pagenumberNoPage number
perPagenumberNoItems 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"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025