wp_update_term_meta tool reference for StifLi Flex MCP
Writeupdates term metadata.
Description
updates term metadata.
What it is for
- Adjusting extra fields on categories or custom taxonomies.
Example use case
updating a category color.
Sample prompt
Set the color meta value to #0057b8 for term ID 77 in the category taxonomy.
Sample response
{
"tool": "wp_update_term_meta",
"status": "ok",
"updated": true
}
What does wp_update_term_meta do?
updates term metadata.
Does wp_update_term_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 manage_categories and the active MCP profile.
How should wp_update_term_meta be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
