Tools Catalog / WooCommerce tools / wc_update_product_review

wc_update_product_review tool reference for StifLi Flex MCP

Write
Group Categories, tags and reviewsCapability edit_products

updates a product review.

Description

updates a product review.

What it is for

  • Moderating content, status, or rating.

Example use case

correcting an imported review.

Sample prompt

Update review ID 830 and fix the rating and approved status to match our moderation policy.

Sample response

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

What does wc_update_product_review do?

updates a product review.

Does wc_update_product_review 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_review be used safely?

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