Taxonomy Toolswordpress_update_term
Taxonomy Tools

wordpress_update_term

Update an existing taxonomy term.

wordpress_update_term

Update a term.

Parameters

ParameterTypeRequiredDescription
taxonomystringYesTaxonomy name
idnumberYesTerm ID
namestringNoTerm name
slugstringNoTerm slug
descriptionstringNoTerm description
parentnumberNoParent term ID

Response

{
  "success": true,
  "updated": true,
  "taxonomy": "category",
  "id": 123
}

Example Prompts

  • "Rename category 123 to 'News & Updates'"
  • "Update the description for tag 99"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025