modify_reservation
Change existing Hilton hotel reservation details like dates, room type, or guest count using your confirmation number. Preview modifications before confirming changes.
Instructions
Change an existing Hilton reservation (dates, room type, etc.). IMPORTANT: Set confirm=true only when you have explicit user confirmation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmationNumber | Yes | The Hilton reservation confirmation number | |
| checkIn | No | New check-in date in YYYY-MM-DD format (optional) | |
| checkOut | No | New check-out date in YYYY-MM-DD format (optional) | |
| roomType | No | New room type to switch to (optional) | |
| adults | No | Updated number of adults (optional) | |
| confirm | No | Set to true to apply the modification. If false or omitted, returns a preview. NEVER set to true without explicit user confirmation. |