wc_update_tax_rate tool reference for StifLi Flex MCP
Writeupdates a tax rate by ID.
Description
updates a tax rate by ID.
What it is for
- Correcting percentage, name, or priority.
Example use case
adjusting a tax percentage.
Sample prompt
Update tax rate ID 14 and change it to 8.5 percent effective immediately.
Sample response
{
"tool": "wc_update_tax_rate",
"status": "ok",
"updated": true
}
What does wc_update_tax_rate do?
updates a tax rate by ID.
Does wc_update_tax_rate 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 manage_woocommerce and the active MCP profile.
How should wc_update_tax_rate be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
