manage_person
Add, update, or remove dining companions while tracking dietary restrictions, alcohol preferences, and personal notes for group bookings.
Instructions
Add, update, or remove a dining companion.
Args: name: Person's name (case-insensitive matching). action: "add" to create/update, "remove" to delete. dietary_restrictions: Their restrictions, e.g. ["nut_allergy", "vegan"]. no_alcohol: True if they don't drink alcohol. notes: Any other notes, e.g. "Prefers window seats".
Returns: Confirmation of the action taken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| action | No | add | |
| dietary_restrictions | No | ||
| no_alcohol | No | ||
| notes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |