modify_reservation
Change dates or room type for an existing reservation. Preview modifications before applying with user confirmation.
Instructions
Change dates or room type for an existing reservation. IMPORTANT: Set confirm=true only after getting explicit user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set to true to apply the modification. If false or omitted, returns a preview. NEVER set to true without explicit user confirmation. | |
| newCheckIn | No | New check-in date in YYYY-MM-DD format | |
| newCheckOut | No | New check-out date in YYYY-MM-DD format | |
| newRoomType | No | New room type code | |
| specialRequests | No | Updated special requests | |
| confirmationNumber | Yes | Reservation confirmation number |