Add Meal
add_mealAdd a meal to a live event's culinary plan — kind (breakfast/lunch/dinner/snack/special), serve time (required), title, status (planning … served), expected diners, stations, shopping list, estimated cost ($). Requires event_id + kind + serve_at; you must be a host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| tags | No | ||
| notes | No | ||
| title | No | ||
| status | No | ||
| event_id | Yes | ||
| place_id | No | ||
| serve_at | Yes | ||
| stations | No | ||
| project_id | No | ||
| description | No | ||
| shopping_list | No | ||
| estimated_cost | No | ||
| expected_diners | No |