get_product_reviews
Retrieve customer reviews and rating summary for a Toco product listing, including average score and total count. Filter by minimum rating or text-only reviews.
Instructions
Get customer reviews and the rating summary for a Toco listing. Toco server-renders reviews rather than exposing a review API, so this returns the set shown on the product page (most recent first) alongside the overall average and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Product slug (the `slug` field from search_products) or a full toco.id/listing/... URL | |
| minRating | No | Only show reviews at or above this star rating | |
| withTextOnly | No | Skip star-only ratings that carry no written review (default: false) |