wc_get_settings tool reference for StifLi Flex MCP
Sensitive readgets WooCommerce settings by group: general, products, tax, shipping, checkout, or account.
Description
gets WooCommerce settings by group: general, products, tax, shipping, checkout, or account.
What it is for
- Auditing store configuration.
Example use case
store configuration review.
Sample prompt
Get the WooCommerce shipping settings so I can review the current delivery configuration.
Sample response
{
"tool": "wc_get_settings",
"status": "ok",
"items": []
}
What does wc_get_settings do?
gets WooCommerce settings by group: general, products, tax, shipping, checkout, or account.
Does wc_get_settings 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_settings be used safely?
Restrict this tool by profile and avoid exposing full raw output in shared channels.
