xbox_reviews
Retrieve Xbox product ratings and reviews, including average, total, and per-star counts, plus written reviews with optional sorting and star filtering. Returns empty results for products without reviews.
Instructions
Get ratings and reviews for an Xbox catalog product. Returns a product's aggregate star-rating breakdown (average, total, and per-star counts) and up to item_count written reviews, optionally sorted and/or filtered to one star rating. A product with no reviews yet (e.g. a pre-order) returns a null ratings summary and an empty reviews list, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Display locale (BCP-47) | |
| order_by | No | Review sort order | |
| item_count | No | Number of reviews to return (1-25) | |
| product_id | Yes | Xbox catalog product id | |
| star_filter | No | Only return reviews with this exact star rating (1-5); omit for all ratings |