get_meal_scan_count
Retrieve aggregate meal scan counts for any mess and meal on a chosen date to monitor dining usage, analyze availment trends, and support meal planning or billing decisions.
Instructions
Return aggregated meal scan/availment counts for a mess on a given day.
This is public data — no authentication is required, but an api_key can be provided for consistency.
Args: meal: One of 'breakfast', 'lunch', 'snacks', 'dinner'. mess: Mess identifier, e.g. 'yuktahar'. date: Target date (YYYY-MM-DD). Defaults to today. api_key: API key. Optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| meal | Yes | ||
| mess | Yes | ||
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |