wp_create_category
Create a new WordPress category with a name and optional description. Targets a specific site if multiple are configured.
Instructions
Creates a new category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the category. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| description | No | The description for the category. |