checkout
Complete hotel booking reservations through the Hilton MCP server. Returns current booking state or finalizes reservation with user confirmation.
Instructions
Complete a booking reservation. IMPORTANT: Set confirm=true only when you have explicit user confirmation. Without confirm=true, returns current booking state instead of placing the booking.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set to true to actually complete the booking. If false or omitted, returns current state. NEVER set to true without explicit user confirmation. | |
| firstName | No | Guest first name (if not pre-filled from account) | |
| lastName | No | Guest last name (if not pre-filled from account) | |
| No | Guest email address (if not pre-filled from account) | ||
| phone | No | Guest phone number | |
| specialRequests | No | Special requests or preferences for the stay |