Tools Catalog / Plugin integrations / Yoast SEO / yoast_get_meta

yoast_get_meta tool reference for Yoast SEO

Sensitive read
Group Yoast SEOCapability edit_posts

gets Yoast SEO metadata for a post: title, description, focus keyword, canonical, robots, Open Graph, and Twitter values.

Description

gets Yoast SEO metadata for a post: title, description, focus keyword, canonical, robots, Open Graph, and Twitter values.

What it is for

  • Auditing Yoast SEO data.

Example use case

Yoast metadata review.

Sample prompt

Get the Yoast SEO metadata for post ID 245 and summarize the current optimization status.

Sample response

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

What does yoast_get_meta do?

gets Yoast SEO metadata for a post: title, description, focus keyword, canonical, robots, Open Graph, and Twitter values.

Does yoast_get_meta 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 yoast_get_meta be used safely?

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

Which plugin is required?

Yoast SEO must be installed and active in the target WordPress environment.