wc_get_product_reviews tool reference for StifLi Flex MCP
Read-onlylists product reviews, optionally filtered by `product_id`.
Description
lists product reviews, optionally filtered by `product_id`.
What it is for
- Analyzing reviews and satisfaction.
Example use case
review analysis.
Sample prompt
Get recent reviews for product ID 410 and summarize the most common praise and complaints.
Sample response
{
"tool": "wc_get_product_reviews",
"status": "ok",
"items": []
}
What does wc_get_product_reviews do?
lists product reviews, optionally filtered by `product_id`.
Does wc_get_product_reviews modify store data?
No. It is a read-only operation and does not modify commerce data or settings.
Which capability is commonly required?
It usually runs under controls compatible with edit_products and the active MCP profile.
How should wc_get_product_reviews be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
