check_vacation_rental_availability_and_pricing
Check real-time availability and pricing for a vacation rental property on specific dates. Returns whether the property is available, calculated total price, capacity check, and any conflicting bookings. Host receives 100% of nightly rate; 3% guest service fee at checkout. Always call this BEFORE book_vacation_rental_direct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest_count | No | Number of guests | |
| property_id | Yes | Property UUID or lilo_code | |
| check_in_date | Yes | Check-in date (YYYY-MM-DD) | |
| check_out_date | Yes | Check-out date (YYYY-MM-DD) |