Taxonomy Toolswordpress_get_taxonomy
Taxonomy Tools

wordpress_get_taxonomy

Get details for a WordPress taxonomy.

wordpress_get_taxonomy

Get taxonomy details.

Parameters

ParameterTypeRequiredDescription
taxonomystringYesTaxonomy 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"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025