Show Hotel Details
get_hotel_detailsFull Description
Use this tool when the user wants to see full details about a specific hotel — including photos, amenities, reviews, rating breakdown, and booking links.
When to use
- User asks about a specific hotel by name (e.g., 'Tell me about Hotel Le Marais').
- User clicks on or asks about a specific hotel from search results.
- User wants to see photos, amenities, reviews, or booking options for a hotel.
- User asks to compare two specific hotels — call this once per hotel.
When NOT to use
- User wants to browse or search for hotels — use search_hotels instead.
How to use
- Pass either the hotel's
idfrom search results, or the hotel'snameif the user mentions it directly. - If you have an id from a previous search, prefer using id for an exact match.
- The response includes: name, address, rating, price level, photos, amenities, review count, rating breakdown, trip types, booking URL, and website URL.
Policy
- Read-only — does not book or modify anything.
- Always provide the booking URL and website URL so the user can take action.
Parameters (0 required, 2 optional)
idstringThe hotel's unique identifier — either a UUID or a TripAdvisor location id. Use this if you have an id from search_hotels results.
namestringThe hotel name to look up (e.g., 'Hotel Le Marais'). Use this when the user asks about a hotel by name and you don't have an id.