mcp_update_term
Update a term in any taxonomy by providing taxonomy name, term ID, and optional attributes like name, slug, description, or parent.
Instructions
Update a term in any taxonomy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxonomy | Yes | Taxonomy name | |
| id | Yes | Term ID | |
| name | No | Term name | |
| slug | No | URL slug | |
| description | No | Term description | |
| parent | No | Parent term ID |