travel_get_booking_status
Check hotel booking status with booking ID to get details on hotel, dates, amount, currency, and confirmation state. Resolves uncertainty about booking confirmation.
Instructions
Retrieve the current status of a hotel booking using the bookingId returned by travel_book_hotel. Returns booking details including hotel, dates, amount, currency, and status (confirmed, pending, cancelled, not_found).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookingId | Yes | Booking ID from travel_book_hotel. |