wc_create_product tool reference for StifLi Flex MCP
Writecreates a WooCommerce product with name, type, prices, description, SKU, stock, categories, tags, images, and status.
Description
creates a WooCommerce product with name, type, prices, description, SKU, stock, categories, tags, images, and status.
What it is for
- Creating simple, variable, grouped, or external products.
Example use case
adding a new catalog item.
Sample prompt
Create a draft simple product called Wireless Desk Lamp with price, SKU, stock quantity, and a short description.
Sample response
{
"tool": "wc_create_product",
"status": "ok",
"updated": true
}
What does wc_create_product do?
creates a WooCommerce product with name, type, prices, description, SKU, stock, categories, tags, images, and status.
Does wc_create_product 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 be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
