assign_seat
Assign a guest to a seat in a seating chart by providing guest, seat, table, and chart UUIDs.
Instructions
Assign a guest to a specific seat in a seating chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seat_uuid | Yes | Seat UUID from get_seating_chart | |
| guest_uuid | Yes | Guest UUID from list_unseated_guests | |
| table_uuid | Yes | Table UUID from get_seating_chart | |
| seating_chart_uuid | Yes | Seating chart UUID from list_seating_charts |