get_registration
Retrieve meal registration details for a specific date and meal, or all meals if no meal is specified. Defaults to today when date omitted.
Instructions
Look up the registration for a single meal.
If meal is omitted, returns registrations for all meals on that date. If date is omitted, today is assumed.
Args: meal: One of 'breakfast', 'lunch', 'snacks', 'dinner'. Optional. date: Target date (YYYY-MM-DD). Optional. api_key: API key. Falls back to MESS_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| meal | No | ||
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |