get_reservation_status
Return the current status and exact stay, price, payment schedule, and cancellation terms for a reservation previously created through ATA. Requires the hold ID plus the same verified traveler context/assertion or the secure booking handoff that created it. This tool is read-only and cannot change, pay, cancel, check in, or check out a reservation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| holdId | Yes | Hold ID returned by create_provisional_booking. | |
| guestEmail | No | Traveler email. Required when using travelerAssertion; populated automatically for a verified MCP session. | |
| agentHandoffId | No | Secure BOOKING_HOLD handoff ID that created this reservation. | |
| displayCurrency | No | Optional 3-letter currency for approximate display conversion. Native property currency remains authoritative. | |
| travelerAssertion | No | Current signed ATA traveler verification assertion for the reservation guest. |