Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Update WordPress SEO Meta (Yoast)

wp_update_seo_meta
DestructiveIdempotent

Update Yoast SEO meta on WordPress posts and pages: set titles, descriptions, canonical URLs, noindex, focus keywords, and social share overrides via the REST API.

Instructions

Update Yoast SEO meta on a post or page: title, description, canonical, noindex, focus keyword, OG, Twitter. Writes via WP REST's meta sub-object using Yoast's underlying postmeta keys.

Args:

  • content_type (enum): post | page. Required.

  • id (number): ID of the post/page. Required.

  • meta_title, meta_description, canonical_url, focus_keyword: optional strings.

  • noindex (boolean): true = noindex, false = index, undefined = leave Yoast's default.

  • og_title, og_description, twitter_title, twitter_description: optional social-share overrides.

  • response_format (enum): markdown | json. Default 'markdown'.

Returns: The updated content item (with the new Yoast meta applied — re-fetch with wp_get_seo_meta to verify rendering).

Note: This is for Yoast specifically. RankMath / AIOSEO sites need different keys (not supported in v1).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric ID of the post or page.
noindexNoIf true, sets robots noindex. If false, sets robots index. Leave undefined to use Yoast's default.
og_titleNoOpen Graph title override (Facebook/LinkedIn share).
meta_titleNoSEO title (Yoast). Shown in search results. Recommended 50-60 chars.
content_typeYesWhether the target is a post or a page.
canonical_urlNoCanonical URL. Pass empty string to clear and let Yoast auto-set.
focus_keywordNoYoast focus keyword for the analysis tool.
twitter_titleNoTwitter card title override.
og_descriptionNoOpen Graph description override.
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
meta_descriptionNoSEO description (Yoast). Recommended 150-160 chars.
twitter_descriptionNoTwitter card description override.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate the destructive and non-read-only nature. The description adds implementation detail ('Writes via WP REST's meta sub-object using Yoast's underlying postmeta keys') and a verification note. However, it does not clarify whether omitted fields are left unchanged or reset, leaving ambiguity about partial updates.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with sections for Args, Returns, and Note, but the Args section duplicates the schema. It could be more concise without losing key information. Still, it is organized and readable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with 12 parameters, the description covers return value, verification steps, and Yoast-specific limitations. However, the gap regarding partial vs. full update behavior prevents a perfect score, as agents may incorrectly assume that all fields are overwritten when only some are provided.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameter semantics are already fully documented. The description's Args section mostly restates the schema without adding new meaning. The only marginal addition is the 'undefined = leave Yoast's default' clarification for noindex, which is already present in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: updating Yoast SEO meta on a post or page, with a specific list of fields (title, description, canonical, noindex, focus keyword, OG, Twitter). It distinguishes itself from siblings by explicitly mentioning Yoast and noting that RankMath/AIOSEO are not supported.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear exclusion ('This is for Yoast specifically. RankMath / AIOSEO sites need different keys') and suggests verifying with wp_get_seo_meta. It does not explicitly mention when to use this tool over wp_update_post or wp_set_page_meta, but the Yoast-specific context implies a clear use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArsNovaSingers/ars-nova-wordpress-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server