get_product_reviews
Retrieve Amazon customer review topics and snippets with optional time-range, ASIN, SKU, and marketplace filters for product analysis.
Instructions
[Catalog / read] Customer review topics and snippets. Hosted endpoint only; this local stdio server is an introspection stub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | Optional start date for time-range reads, YYYY-MM-DD. | |
| end_date | No | Optional end date for time-range reads, YYYY-MM-DD. | |
| asin | No | Optional Amazon ASIN filter when relevant. | |
| sku | No | Optional merchant SKU filter when relevant. | |
| marketplace_id | No | Optional Amazon marketplace identifier. | |
| filters | No | Optional lightweight filters supported by the hosted tool. | |
| limit | No | Optional row limit for hosted reads. |