list_reviews
Fetch recent user reviews for a Google Play app. Returns review details including star rating, comment, and developer reply, with pagination support.
Instructions
List recent user reviews for an app (Google Play returns reviews where the user left text, typically from the last week). Each review includes its reviewId, author, star rating, comment text, device/app-version, and the existing developer reply if one exists. Page with nextPageToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | App package name, e.g. 'com.example.app' | |
| maxResults | No | Max reviews per page, 1–100 (default 50) | |
| translationLanguage | No | Optional BCP-47 language to translate reviews into, e.g. 'en' | |
| startToken | No | Pagination token from a previous nextPageToken |