Tools Catalog / WooCommerce tools / wc_create_product_review

wc_create_product_review tool reference for StifLi Flex MCP

Write
Group Categories, tags and reviewsCapability edit_products

creates a product review.

Description

creates a product review.

What it is for

  • Importing reviews or creating controlled internal review data.

Example use case

importing trusted review content.

Sample prompt

Create a 5-star review for product ID 410 using this approved testimonial text from our migration file.

Sample response

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

What does wc_create_product_review do?

creates a product review.

Does wc_create_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_create_product_review be used safely?

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