wp_update_post_meta tool reference for StifLi Flex MCP
Writeupdates post metadata.
Description
updates post metadata.
What it is for
- Adjusting custom fields, SEO fields, flags, or technical data.
Example use case
setting a workflow flag.
Sample prompt
Update the editorial_reviewed meta key to yes for post ID 245.
Sample response
{
"tool": "wp_update_post_meta",
"status": "ok",
"updated": true
}
What does wp_update_post_meta do?
updates post metadata.
Does wp_update_post_meta modify site data?
Yes. It is a write operation and can create, update, or delete data depending on arguments.
Which capability is commonly required?
It usually runs under controls compatible with profile-enabled access and the active MCP profile.
How should wp_update_post_meta be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
