Get Ratings
nausika_get_ratingsView ratings for a place (aggregate + your own) or list all your ratings.
Inputs: place_id, my_only, limit, offset.
Examples:
Place ratings: place_id="a1b2c3d4" (8-char short-id or full UUID)
My ratings: my_only=true
Tip: ratings are visible in nausika_search_places results to help other sailors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Offset for pagination | |
| my_only | No | List only your own ratings | |
| place_id | No | Get ratings for a specific place — full UUID or 8+ char hex prefix from nausika_search_places |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| ratings | No | ||
| aggregate | No | ||
| my_rating | No |