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