reviews_ai__triage
Fetch recent App Store reviews and group them by theme: bug, feature request, pricing complaint, praise, or spam. Helps prioritize user feedback quickly.
Instructions
Fetch recent reviews for an app and return them with an instruction for you to group them by theme (bug, feature request, pricing complaint, praise, spam). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent reviews to pull (default 50, max 200). | |
| app_id | Yes | App ID to triage reviews for. | |
| unanswered_only | No | Only include reviews without a developer response (default true). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | ||
| stats | No | count, averageRating, distribution — computed in code. | |
| reviews | No | Packed reviews: id, rating, title, body, territory, date. | |
| coverage | No | ||
| truncated | No | ||
| fetchedCount | Yes | ||
| analyzedCount | Yes | ||
| moreReviewsExist | No |