Get Booking
get_bookingLook up a reservation exclusively by the hotel confirmation number shown in the guest's confirmation email. Internal Stayker booking IDs are never accepted or disclosed by MCP. Returns full booking details including hotel, dates, guest info, rate, and status.
Anonymous access requires a verification_token issued by lookup_booking and scoped to a single booking. Without a valid token, no booking data is returned. Developers authenticated with their own API key do not need a token; their access is scoped to their own bookings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verification_token | No | Booking-scoped verification token required for anonymous access. Developer API key-authenticated access does not require it. | |
| confirmation_number | Yes | Hotel confirmation number shown in the guest's confirmation email |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | ||
| hotel | No | ||
| guests | No | ||
| nights | No | ||
| status | No | ||
| pricing | No | ||
| check_in | No | ||
| check_out | No | ||
| created_at | No | ||
| booking_type | Yes | ||
| cancellation | No | ||
| action_handoff | Yes | ||
| available_actions | Yes | ||
| confirmation_number | No | ||
| reward_points_eligible | Yes |