Taxonomy Tools
wordpress_list_taxonomies
List all registered WordPress taxonomies.
wordpress_list_taxonomies
List all registered taxonomies.
Parameters
This tool takes no parameters.
Response
{
"success": true,
"taxonomies": [
{
"name": "category",
"label": "Categories"
},
{
"name": "post_tag",
"label": "Tags"
}
]
}
Example Prompts
- "List all taxonomies"
- "What taxonomies are available on this site?"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
