assign_seat
Place a guest at a designated seat in a seating chart. Provide guest, seat, table, and chart UUIDs to update seating assignments.
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 |