voc_full
Retrieves Amazon reviews for a given ASIN and performs AI analysis to produce a Voice of Customer report, highlighting listing improvements from customer feedback.
Instructions
One-shot: fetch reviews AND run AI analysis.
The default tool for "give me a VOC report on this ASIN" style requests.
Internally equivalent to bash voc.sh ASIN — calls fetch.sh and
analyze.sh in sequence.
Args: asin: 10-character ASIN. market: Market code or amazon.* domain (default: US). limit: Number of reviews to fetch (default 100, max 1000).
Returns: Same shape as analyze_reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | ||
| market | No | US | |
| limit | No |