Prepare Booking
prepare_bookingCheck hut availability and create a short-lived booking draft that provides a handoff URL for the user to complete the reservation.
Instructions
Check availability and create a short-lived booking draft. By default this returns a browser handoff URL rather than writing upstream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hutId | Yes | ||
| arrivalDate | Yes | ||
| departureDate | Yes | ||
| partySize | Yes | ||
| guestData | No | ||
| rawReservationPayload | No |