wp_rm_get_head tool reference for Rank Math
Sensitive readgets the rendered SEO head HTML for a URL through Rank Math Headless CMS Support.
Description
gets the rendered SEO head HTML for a URL through Rank Math Headless CMS Support.
What it is for
- Auditing real SEO output.
- Reviewing generated meta tags.
Example use case
SEO output audit.
Sample prompt
Get the rendered SEO head for the /pricing page so I can inspect the title, description, and canonical tags.
Sample response
{
"tool": "wp_rm_get_head",
"status": "ok",
"items": []
}
What does wp_rm_get_head do?
gets the rendered SEO head HTML for a URL through Rank Math Headless CMS Support.
Does wp_rm_get_head 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_head 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.
