Taxonomy Toolswordpress_create_term
Taxonomy Tools

wordpress_create_term

Create a new taxonomy term.

wordpress_create_term

Create a new term.

Parameters

ParameterTypeRequiredDescription
taxonomystringYesTaxonomy name
namestringYesTerm name
slugstringNoTerm slug
descriptionstringNoTerm description
parentnumberNoParent term ID

Response

{
  "success": true,
  "taxonomy": "category",
  "id": 123,
  "name": "Announcements"
}

Example Prompts

  • "Create a new category called 'Announcements'"
  • "Add a tag named 'wordpress-mcp'"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025