Taxonomy Tools
wordpress_get_taxonomy
Get details for a WordPress taxonomy.
wordpress_get_taxonomy
Get taxonomy details.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| taxonomy | string | Yes | Taxonomy name |
Response
{
"success": true,
"taxonomy": {
"name": "category",
"label": "Categories",
"public": true
}
}
Example Prompts
- "Get taxonomy details for 'category'"
- "Tell me about the 'product_cat' taxonomy"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
