wp_create_term tool reference for StifLi Flex MCP
Writecreates a term in any registered taxonomy.
Description
creates a term in any registered taxonomy.
What it is for
- Creating category, tag, or custom taxonomy terms.
Example use case
adding a new taxonomy option.
Sample prompt
Create a new term called Enterprise in the customer_segment taxonomy.
Sample response
{
"tool": "wp_create_term",
"status": "ok",
"updated": true
}
What does wp_create_term do?
creates a term in any registered taxonomy.
Does wp_create_term 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_term be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
