Taxonomy Toolswordpress_get_term
Taxonomy Tools

wordpress_get_term

Get a taxonomy term by ID.

wordpress_get_term

Get term details.

Parameters

ParameterTypeRequiredDescription
taxonomystringYesTaxonomy name
idnumberYesTerm ID

Response

{
  "success": true,
  "taxonomy": "category",
  "term": {
    "id": 12,
    "name": "News",
    "slug": "news",
    "description": ""
  }
}

Example Prompts

  • "Get term 12 in taxonomy category"
  • "Show me term details for tag ID 99"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025