get_monthly_orders
Retrieve a student's lunch orders for a calendar month, including menu date, status, and item total. Filter by month and student for a read-only view.
Instructions
Returns one row per lunch order placed in a calendar month — student, menu date, status, and item total — for the authenticated user's students. Optionally filter by month (YYYY-MM) and student. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | YYYY-MM | |
| student_id | No | Filter to a specific student (must be your own) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orders | No |