wc_get_system_status tool reference for StifLi Flex MCP
Sensitive readgets WooCommerce technical status: environment, versions, database information, and active plugins.
Description
gets WooCommerce technical status: environment, versions, database information, and active plugins.
What it is for
- Technical support and diagnostics.
Example use case
ecommerce support check.
Sample prompt
Get the WooCommerce system status and summarize any environment issues or outdated components.
Sample response
{
"tool": "wc_get_system_status",
"status": "ok",
"items": []
}
What does wc_get_system_status do?
gets WooCommerce technical status: environment, versions, database information, and active plugins.
Does wc_get_system_status modify store data?
It does not modify data, but it can expose sensitive customer, transaction, or technical details.
Which capability is commonly required?
It usually runs under controls compatible with manage_woocommerce and the active MCP profile.
How should wc_get_system_status be used safely?
Restrict this tool by profile and avoid exposing full raw output in shared channels.
