manage_skipping
Mark a registered meal as skipped or un-skipped to notify the kitchen and reduce food waste. Submit before the 3-hour skip window closes.
Instructions
Mark a registered meal as skipped (or un-skipped).
Notifying the kitchen reduces food waste. Must be submitted before the skip window closes (typically 3 hours before the meal).
Args: meal_date: Target date (YYYY-MM-DD). meal_type: One of 'breakfast', 'lunch', 'snacks', 'dinner'. meal_mess: The mess at which the user is registered. skipping: True to mark as skipping, False to undo. api_key: API key. Falls back to MESS_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| skipping | No | ||
| meal_date | Yes | ||
| meal_mess | Yes | ||
| meal_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |