analyze_reviews
Analyze previously fetched Amazon reviews to generate a VOC report with sentiment breakdown, pain points, selling points, and listing tips without additional API costs.
Instructions
Run AI analysis on reviews you already have.
Useful when you fetched reviews via fetch_reviews (or your own scraper)
and want the VOC report — sentiment breakdown, pain points, selling
points, listing tips — without re-paying the Shulex API.
Args:
reviews_json: Either fetch.sh's {reviews, meta} envelope, or a
bare list of review objects.
asin: 10-character ASIN that the reviews belong to (for the report
header).
Returns: {asin, market, report_markdown, sentiment, pain_points, selling_points, tips, summary_zh, summary_en}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reviews_json | Yes | ||
| asin | Yes |