Tools Catalog / WordPress tools / wp_get_post_revisions

wp_get_post_revisions tool reference for StifLi Flex MCP

Read-only
Group DiagnosticsCapability edit_posts

gets revisions for a post.

Description

gets revisions for a post.

What it is for

  • Comparing content history.
  • Preparing a restore.

Example use case

reviewing content history.

Sample prompt

List the revisions for post ID 245 so I can compare the last few changes.

Sample response

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

What does wp_get_post_revisions do?

gets revisions for a post.

Does wp_get_post_revisions 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 edit_posts and the active MCP profile.

How should wp_get_post_revisions be used safely?

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