Skip to main content
Glama

Find lodging & booking link

book_lodging
Idempotent

Book 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

TableJSON Schema
NameRequiredDescriptionDefault
slugYesResort slug to find lodging near, e.g. verbier
guestsNoNumber of adults, optional
checkInNoCheck-in date (YYYY-MM-DD)
checkOutNoCheck-out date (YYYY-MM-DD)
hotelNameNoSpecific hotel to prebook (from find_powder_trips / search). With dates → returns a checkout URL.
powderEventIdNoOptional powder-event id to attribute the booking to

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
markdownNoHuman-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose).
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses key behavioral traits beyond annotations: it prebooks and holds a rate, never charges, attributes booking, returns checkout URL for payment on LUXSKI, and requires OAuth. No annotation contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded main purpose. Some redundancy (OAuth mentioned twice implicitly), but efficient overall. Could be slightly more structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers modes, auth, and payment handling. Output schema exists (not shown) so missing return details are acceptable. No mention of error cases or rate limits, but adequate for a booking tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, baseline is 3. The description adds value by explaining how hotelName and dates together trigger prebooking vs availability, and clarifies powderEventId for attribution.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool does lodging near a resort via LUXSKI. It differentiates two modes: prebooking with hotelName+dates (returns checkout URL) and availability-only without (returns availability+booking link). This distinguishes it from siblings like plan_ski_trip or get_destination.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use each mode (with hotelName+dates vs without) and notes the OAuth requirement. It doesn't explicitly exclude alternative tools, but given no other lodging booking tools among siblings, this is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikeslone/snowsure-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server