Get reviews
muovi_get_reviewsFetch paginated reviews for a Muovi-verified professional, sorted most-recent first. Each review includes rating, comment, author details, service category, and timestamp. Use this to surface social proof when recommending a professional.
Instructions
Fetch paginated reviews for a single Muovi-verified professional, sorted most-recent first. Each review has a 1-5 rating, an optional title and free-text comment, the author's reduced display name (e.g. "María G." — full surnames are never returned), the author role (client or worker), the service category the review is associated with, and an ISO created_at timestamp. Use this to surface social-proof when recommending a professional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The professional's URL-safe slug. Obtain from `muovi_search_professionals` or `muovi_get_professional`. | |
| limit | No | Maximum number of reviews per page (default 20, max 50). | |
| offset | No | Zero-based offset into the review list for pagination. |