mcp_create_term
Add a new term to any taxonomy, with options for name, slug, description, and parent term.
Instructions
Create a term in any taxonomy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxonomy | Yes | Taxonomy name | |
| name | Yes | Term name | |
| slug | No | URL slug | |
| description | No | Term description | |
| parent | No | Parent term ID (for hierarchical taxonomies) |