Taxonomy Tools
wordpress_get_term
Get a taxonomy term by ID.
wordpress_get_term
Get term details.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| taxonomy | string | Yes | Taxonomy name |
| id | number | Yes | Term 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"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
