get_hotel_reviews
Retrieve recent guest reviews and ratings for a hotel, helping users understand others' experiences before booking.
Instructions
Get guest reviews for a specific hotel.
Use this to help users understand what other guests thought about a hotel.
Returns up to 10 recent reviews with ratings and comments.
Args:
hotel_id: The hotel's Vervotech property ID (from search results).
Returns:
Formatted list of guest reviews with author names, ratings, and review text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |