Taxonomy Toolswordpress_list_terms
Taxonomy Tools

wordpress_list_terms

List terms in a taxonomy with optional search and pagination.

wordpress_list_terms

List terms in a taxonomy.

Parameters

ParameterTypeRequiredDescription
taxonomystringYesTaxonomy name
searchstringNoSearch term
pagenumberNoPage number
perPagenumberNoItems per page

Response

{
  "success": true,
  "taxonomy": "category",
  "terms": [
    {
      "id": 12,
      "name": "News",
      "slug": "news"
    }
  ]
}

Example Prompts

  • "List terms in category"
  • "Search tags for 'seo'"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025