Get Rizerve Booking
rizerve_get_bookingRetrieve a booking's complete details including guest info, dates, pricing, and status using its UUID.
Instructions
Get a single booking by its UUID.
Args:
id (string): Booking UUID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Full booking object with guest details, dates, pricing, and status.
Examples:
"Show me booking 660e8400-..." → rizerve_get_booking({ id: "660e8400-e29b-41d4-a716-446655440001" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Booking UUID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |