Tools Catalog / WordPress tools / wp_get_comments

wp_get_comments tool reference for StifLi Flex MCP

Read-only
Group CommentsCapability moderate_comments

lists comments with filters by post, status, search, dates, limit, offset, and pagination.

Description

lists comments with filters by post, status, search, dates, limit, offset, and pagination.

What it is for

  • Moderating comments.
  • Summarizing reader or customer feedback.

Example use case

moderation queue review.

Sample prompt

List the latest 25 pending comments so I can review what needs moderation today.

Sample response

{
  "tool": "wp_get_comments",
  "status": "ok",
  "items": []
}

What does wp_get_comments do?

lists comments with filters by post, status, search, dates, limit, offset, and pagination.

Does wp_get_comments modify site data?

No. It is a read-only operation and does not modify content or settings.

Which capability is commonly required?

It usually runs under controls compatible with moderate_comments and the active MCP profile.

How should wp_get_comments be used safely?

Limit scope with filters and pagination to reduce overexposure of data.