You're viewing a demo portfolio

Join the waitlist
PRSM

book_lodging

Active

Tool of SnowSure — Snow & Ski

declared in 3.12.7

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SnowSure — Snow & Ski

https://github.com/mikeslone/snowsure-web

1/7 registries
View full server →