submit_feedback
Rate a consumed meal with a star rating and optional comments for a specified date and meal type to provide structured quality feedback for mess dining.
Instructions
Submit quality feedback for a consumed meal.
Args: meal_date: Date the meal was consumed (YYYY-MM-DD). meal_type: One of 'breakfast', 'lunch', 'snacks', 'dinner'. rating: Star rating out of 5 (1 = poor, 5 = excellent). remarks: Optional free-text comment on taste, hygiene, temperature, etc. api_key: API key. Falls back to MESS_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | Yes | ||
| api_key | No | ||
| remarks | No | ||
| meal_date | Yes | ||
| meal_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |