Tools Catalog / WooCommerce tools / wc_update_product_tag

wc_update_product_tag tool reference for StifLi Flex MCP

Write
Group Categories, tags and reviewsCapability edit_products

updates a product tag.

Description

updates a product tag.

What it is for

  • Correcting names or slugs.

Example use case

tag normalization.

Sample prompt

Rename product tag ID 64 from eco-friendly to eco friendly and adjust the slug.

Sample response

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

What does wc_update_product_tag do?

updates a product tag.

Does wc_update_product_tag 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 edit_products and the active MCP profile.

How should wc_update_product_tag be used safely?

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