wordpress_get_taxonomy
Get details for a WordPress taxonomy.
wordpress_get_taxonomy
Get taxonomy details.
Parameters
1 parameter, 1 required.
| Name | Type | Required | What it is |
|---|---|---|---|
taxonomy | string | yes | Taxonomy name |
Example call
The smallest valid call, with the required parameters only:
{
"name": "wordpress_get_taxonomy",
"arguments": {
"taxonomy": "value"
}
}
Response
{
"success": true,
"taxonomy": {
"name": "category",
"label": "Categories",
"public": true
}
}
What it changes
Nothing. It only reads, so there is nothing to approve and nothing to undo.
Availability
Works on any WordPress site, whichever page builder it uses. Available since Respira 1.0.0.
Example Prompts
- "Get taxonomy details for 'category'"
- "Tell me about the 'product_cat' taxonomy"
Related Tools
Was this page helpful?