List reviews
list_reviewsFetch customer reviews for a Google Business location, including ratings, comments, replies, and timestamps. Provides average rating and total review count, with pagination and sorting options.
Instructions
Lists reviews of a location, newest-updated first by default. Response: reviews[] of {name, reviewId, reviewer{displayName, isAnonymous}, starRating (ONE..FIVE enum, not a number), comment, createTime, updateTime, reviewReply{comment, updateTime} if answered}, plus averageRating (1–5) and totalReviewCount. pageSize caps at 50. Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderBy | No | Sort order; default "updateTime desc". | |
| pageSize | No | Reviews per page (1..50 — API cap; default 50). | |
| accountId | Yes | Account id — bare "123" or "accounts/123". | |
| pageToken | No | nextPageToken from the previous page. | |
| locationId | Yes | Location id — bare "456", "locations/456" or "accounts/1/locations/456". |