Search review text
search_reviewsSearch customer review text to find products mentioned in reviews. Filter by rating limits and match terms in review bodies.
Instructions
Full-text search over review bodies. Returns matching reviews with the product they are about. Use this for questions about what customers say ("どの商品で破損の報告が多い?"), as opposed to search_products which only matches product names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Text to find in review bodies. Space-separated terms are ANDed. Queries of three or more characters use the full-text index; shorter ones fall back to a slower scan. | |
| max_rating | No | Only reviews at or below this rating. | |
| min_rating | No | Only reviews at or above this rating. |