check_availability
Check hotel room availability and prices for specified check-in and check-out dates, and receive available room types, rates, and booking details.
Instructions
Check room availability and prices for a specific hotel on given dates. Returns available room types, prices, and booking details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of rooms (default: 1) | |
| guests | No | Number of guests (default: 2) | |
| checkIn | Yes | Check-in date (YYYY-MM-DD) | |
| checkOut | Yes | Check-out date (YYYY-MM-DD) | |
| hotelUrl | Yes | Booking.com hotel URL to check |