Tools Catalog / WordPress tools / wp_update_term

wp_update_term tool reference for StifLi Flex MCP

Write
Group TaxonomyCapability manage_categories

updates a term in any taxonomy.

Description

updates a term in any taxonomy.

What it is for

  • Renaming or changing slug, description, or hierarchy.

Example use case

correcting a taxonomy label.

Sample prompt

Rename term ID 77 in the category taxonomy to Newsroom and update its description.

Sample response

{
  "tool": "wp_update_term",
  "status": "ok",
  "updated": true
}

What does wp_update_term do?

updates a term in any taxonomy.

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

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.