Get a review
get_reviewFetch a specific Google Business review by ID, returning details like star rating and the business's reply if present.
Instructions
Returns one review by id — same shape as a list_reviews entry (starRating is an enum ONE..FIVE, reviewReply present only if the business already answered). Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reviewId | Yes | Review id (from list_reviews `reviewId` or `name`). | |
| accountId | Yes | Account id — bare "123" or "accounts/123". | |
| locationId | Yes | Location id — bare "456", "locations/456" or "accounts/1/locations/456". |