Tools Catalog / WordPress tools / wp_create_category

wp_create_category tool reference for StifLi Flex MCP

Write
Group TaxonomyCapability manage_categories

creates a category.

Description

creates a category.

What it is for

  • Adding new editorial sections.

Example use case

creating a new content pillar.

Sample prompt

Create a new category called Case Studies with a short description for B2B content.

Sample response

{
  "tool": "wp_create_category",
  "status": "ok",
  "updated": true
}

What does wp_create_category do?

creates a category.

Does wp_create_category modify site data?

Yes. It is a write operation and can create, update, or delete data depending on arguments.

Which capability is commonly required?

It usually runs under controls compatible with manage_categories and the active MCP profile.

How should wp_create_category be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.