check_availability
Verify property availability for specific dates by checking host blocks, confirmed bookings, and active locks. Returns availability status with conflict details when unavailable.
Instructions
Check whether a specific property is available for the requested date range. Verifies against host-blocked dates, confirmed bookings, and active booking locks. Returns available=true/false with conflict details if unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| propertyId | Yes | Property UUID | |
| checkIn | Yes | Check-in date YYYY-MM-DD | |
| checkOut | Yes | Check-out date YYYY-MM-DD |