Get product reviews
get_reviewsUse this when the user wants to read what real users say about a product on uneed.best — the individual community reviews (testimonials) with their star rating. Each entry has rate (1-5, may be null), the review text, the public author_username, like_count and created_at. Only published, top-level reviews are returned — replies and any private user data are excluded. For just the aggregates (average rating and review count) use get_product's stats, which also carries a 3-review preview; call this for the full list. Sort by recent (default, newest first) or top (most liked first). Find the slug with search_products or get_product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug of the product to read reviews for | |
| sort | No | 'recent' = newest first (default); 'top' = most liked first | recent |
| limit | No |