wordpress_get_taxonomy
Retrieve taxonomy details from WordPress to access category, tag, or custom taxonomy information for content organization and management.
Instructions
Get details for a specific taxonomy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxonomy | Yes |
Input Schema (JSON Schema)
{
"properties": {
"taxonomy": {
"type": "string"
}
},
"required": [
"taxonomy"
],
"type": "object"
}