mess_get_registration
Check your meal registration status for specific dates. Use this tool to verify which meals you're registered for today or any given day in the IIITH Mess System.
Instructions
Look up the user's registration for a single date (defaults to today).
Use this to answer "am I registered for lunch today?", "what mess am I going to tonight?". Only returns active (non-cancelled) registrations. If meal is omitted, returns all meals for the date as { meal_type: MealRegistration }. If date is omitted, defaults to today.
Args: params: auth_key/session, optional meal, optional date (YYYY-MM-DD)
Returns: JSON MealRegistration or object keyed by meal name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |