wp_create_tag tool reference for StifLi Flex MCP
Writecreates a tag.
Description
creates a tag.
What it is for
- Adding tags for new content.
Example use case
campaign tagging.
Sample prompt
Create a new tag called Black Friday 2026.
Sample response
{
"tool": "wp_create_tag",
"status": "ok",
"updated": true
}
What does wp_create_tag do?
creates a tag.
Does wp_create_tag 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_tag be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
