get_review
Fetch a single Google Play user review by its ID, including the full comment thread and optional translated text, to view or respond to app feedback.
Instructions
Get a single user review by its reviewId, including the full comment thread (user comment and any developer reply). Get review IDs from list_reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review_id | Yes | Review ID as returned by list_reviews | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| translation_language | No | BCP-47 language code, e.g. 'en', to also return translated review text |