create-category
Create a new WordPress category by providing a name. Optionally set a slug, parent category, and description. Auto-generates a slug if not supplied to streamline taxonomy organization.
Instructions
Create a new WordPress category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Category name | |
| slug | No | Category slug (auto-generated if not provided) | |
| parent | No | Parent category ID for hierarchical categories | |
| description | No | Category description |