Find lodging & booking link
book_lodgingBook lodging near a ski resort via LUXSKI. Input resort slug and dates for availability or add hotelName to prebook and get a checkout URL.
Instructions
Lodging near a resort via LUXSKI for the signed-in user. With a specific hotelName + checkIn + checkOut it PREBOOKS a live rate and returns a LUXSKI checkout URL to complete payment (we hold the rate + attribute the booking; we never charge). Without those it returns availability + a booking link. Requires a SnowSure user access token (OAuth). Payment always completes on LUXSKI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Resort slug to find lodging near, e.g. verbier | |
| guests | No | Number of adults, optional | |
| checkIn | No | Check-in date (YYYY-MM-DD) | |
| checkOut | No | Check-out date (YYYY-MM-DD) | |
| hotelName | No | Specific hotel to prebook (from find_powder_trips / search). With dates → returns a checkout URL. | |
| powderEventId | No | Optional powder-event id to attribute the booking to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | No | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |