wc_create_product_tag tool reference for StifLi Flex MCP
Writecreates a product tag.
Description
creates a product tag.
What it is for
- Tagging products for campaigns, attributes, or collections.
Example use case
campaign launch tagging.
Sample prompt
Create a new product tag called New Arrival 2026.
Sample response
{
"tool": "wc_create_product_tag",
"status": "ok",
"updated": true
}
What does wc_create_product_tag do?
creates a product tag.
Does wc_create_product_tag modify store 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 edit_products and the active MCP profile.
How should wc_create_product_tag be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
