Taxonomy Tools
wordpress_update_term
Update an existing taxonomy term.
wordpress_update_term
Update a term.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| taxonomy | string | Yes | Taxonomy name |
| id | number | Yes | Term ID |
| name | string | No | Term name |
| slug | string | No | Term slug |
| description | string | No | Term description |
| parent | number | No | Parent 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"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
