wp_get_category
Retrieve a single WordPress category using its unique ID.
Instructions
Retrieves a single category by its ID.
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. | |
| id | Yes | The unique identifier for the category. |