book_lodging
ActiveTool of SnowSure — Snow & Ski
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.
Parameters schema
{
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Resort slug to find lodging near, e.g. verbier"
},
"guests": {
"type": "number",
"description": "Number of adults, optional"
},
"checkIn": {
"type": "string",
"description": "Check-in date (YYYY-MM-DD)"
},
"checkOut": {
"type": "string",
"description": "Check-out date (YYYY-MM-DD)"
},
"hotelName": {
"type": "string",
"description": "Specific hotel to prebook (from find_powder_trips / search). With dates → returns a checkout URL."
},
"powderEventId": {
"type": "string",
"description": "Optional powder-event id to attribute the booking to"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SnowSure — Snow & Ski
https://github.com/mikeslone/snowsure-web
1/7 registries