wp_update_category tool reference for StifLi Flex MCP
Writeupdates a category by `term_id`.
Description
updates a category by `term_id`.
What it is for
- Renaming or reorganizing categories.
Example use case
category cleanup.
Sample prompt
Update category term ID 12 and rename it from Tips to Expert Tips.
Sample response
{
"tool": "wp_update_category",
"status": "ok",
"updated": true
}
What does wp_update_category do?
updates a category by `term_id`.
Does wp_update_category 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_category be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
