Taxonomy Toolswordpress_list_taxonomies

wordpress_list_taxonomies

List all registered WordPress taxonomies.

wordpress_list_taxonomies

List all registered taxonomies.

Parameters

This tool takes no parameters.

Example call

No parameter is required, so the smallest valid call is empty:

{
  "name": "wordpress_list_taxonomies",
  "arguments": {}
}

Response

{
  "success": true,
  "taxonomies": [
    {
      "name": "category",
      "label": "Categories"
    },
    {
      "name": "post_tag",
      "label": "Tags"
    }
  ]
}

What it changes

Nothing. It only reads, so there is nothing to approve and nothing to undo.

How long it takes

A typical call takes about 1.6 seconds. 19 in 20 finish within 2.5 seconds. Measured on real sites over the last week, so it includes the site's own hosting.

Availability

Works on any WordPress site, whichever page builder it uses. Available since Respira 1.0.0.

Example Prompts

  • "List all taxonomies"
  • "What taxonomies are available on this site?"