wordpress_get_terms
Retrieve taxonomy terms such as categories, tags, or custom terms from a WordPress site to organize and classify content effectively.
Instructions
Get terms from a taxonomy (categories, tags, or custom)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxonomy | Yes |
Input Schema (JSON Schema)
{
"properties": {
"taxonomy": {
"type": "string"
}
},
"required": [
"taxonomy"
],
"type": "object"
}