Taxonomy Tools
wordpress_list_terms
List terms in a taxonomy with optional search and pagination.
wordpress_list_terms
List terms in a taxonomy.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| taxonomy | string | Yes | Taxonomy name |
| search | string | No | Search term |
| page | number | No | Page number |
| perPage | number | No | Items per page |
Response
{
"success": true,
"taxonomy": "category",
"terms": [
{
"id": 12,
"name": "News",
"slug": "news"
}
]
}
Example Prompts
- "List terms in category"
- "Search tags for 'seo'"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
