Tools Catalog / WooCommerce tools / wc_update_setting_option

wc_update_setting_option tool reference for StifLi Flex MCP

Write
Group Gateways, system, settings and webhooksCapability manage_woocommerce

updates a WooCommerce settings option.

Description

updates a WooCommerce settings option.

What it is for

  • Making administrative store changes.

Example use case

updating store email settings.

Sample prompt

Update the WooCommerce setting that controls the store notice text to match our current promotion.

Sample response

{
  "tool": "wc_update_setting_option",
  "status": "ok",
  "updated": true
}

What does wc_update_setting_option do?

updates a WooCommerce settings option.

Does wc_update_setting_option 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_setting_option be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.