wc_run_system_status_tool tool reference for StifLi Flex MCP
Writeruns system tools, such as clearing transients or removing orphaned variations.
Description
runs system tools, such as clearing transients or removing orphaned variations.
What it is for
- WooCommerce maintenance.
Example use case
maintenance cleanup.
Sample prompt
Run the WooCommerce tool to clear expired transients and report what was cleaned.
Sample response
{
"tool": "wc_run_system_status_tool",
"status": "ok",
"updated": true
}
What does wc_run_system_status_tool do?
runs system tools, such as clearing transients or removing orphaned variations.
Does wc_run_system_status_tool 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_run_system_status_tool be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
