Tools Catalog / Plugin integrations / Rank Math / wp_rm_get_post_seo

wp_rm_get_post_seo tool reference for Rank Math

Sensitive read
Group Rank MathCapability edit_posts

gets Rank Math SEO fields for a post.

Description

gets Rank Math SEO fields for a post.

What it is for

  • Reviewing title, description, and SEO metadata.

Example use case

reviewing current SEO values.

Sample prompt

Get the Rank Math SEO data for post ID 245 so I can see the current title and meta description.

Sample response

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

What does wp_rm_get_post_seo do?

gets Rank Math SEO fields for a post.

Does wp_rm_get_post_seo modify site data?

It does not write data, but it can expose sensitive plugin or submission details.

Which capability is commonly required?

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

How should wp_rm_get_post_seo be used safely?

Restrict by profile and avoid exposing full payloads in shared logs.

Which plugin is required?

Rank Math must be installed and active in the target WordPress environment.