book_vacation_rental_direct
Book a vacation rental property directly through AI. Host receives 100% of nightly rate; 3% guest service fee added at checkout. Creates booking record, calculates pricing, and notifies the host. Returns booking_id, confirmation_code, pricing breakdown, and check-in link. Always call check_vacation_rental_availability_and_pricing first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest_name | Yes | Name of the guest | |
| guest_count | No | Number of guests (default 1) | |
| guest_email | Yes | Guest email address | |
| guest_phone | No | Guest phone number | |
| 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) | |
| special_requests | No | Any special requests from guest |