booking_check_availability
Verify room availability for a property by providing URL and check-in/check-out dates. Returns available room types and options.
Instructions
Check room availability for a specific property and date range. Returns available room types and options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of rooms (default: 1) | |
| adults | No | Number of adults (default: 2) | |
| checkIn | Yes | Check-in date in YYYY-MM-DD format | |
| checkOut | Yes | Check-out date in YYYY-MM-DD format | |
| propertyUrl | Yes | Full property URL or propertyId from search results |