get_meals
Find daily meal menus at a specific canteen by providing its ID and optional date. Returns meal names, categories, prices, and dietary info.
Instructions
Get all meals available at a specific canteen on a specific date.
Notes:
To figure out the ID of a specific canteen, first use the
list_canteenstool.Also make sure to check which days have meal data available using the
list_canteen_daystool.
Args: canteen_id: The ID of the canteen to query (e.g., 9 for Alte Mensa) date: The date in YYYY-MM-DD format (e.g., 2026-01-13). If not provided, uses today's date.
Returns meal names, categories, prices, and dietary information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| canteen_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |