Digest App Store reviews
digest_app_store_reviewsExtract structured insights from hundreds of App Store reviews: themes, complaints, praise, and sentiment in a concise English digest, without overloading your context.
Instructions
Fetch up to limit reviews and compress them into a structured
digest (themes, complaints, praise, sentiment) via MCP sampling, so
hundreds of reviews never enter your context. Works across storefront
languages - the digest is always English. Requires a client that
supports MCP sampling (or a server-side API-key fallback); use
get_app_store_reviews for the raw reviews instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'most_recent' or 'most_helpful'. | most_recent |
| focus | No | Optional steer for the digest, e.g. 'pricing complaints' or 'onboarding friction'. | |
| limit | No | Max reviews to digest (10-500). | |
| country | No | ISO 3166-1 alpha-2 storefront code, e.g. 'us', 'de', 'jp'. Defaults to the country in the URL if one was passed, else 'us'. | |
| app_id_or_url | Yes | Numeric App Store app ID or a full apps.apple.com URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| app_id | Yes | ||
| digest | Yes | LLM-compressed representation of a review set (data reduction, not ground truth - quotes may be translated/paraphrased). | |
| sources | Yes | ||
| reviews_considered | Yes |