get_day_summary
Fetch a daily school report for a date (default today) with timetable, grades, homework, meals, absences, news, and events, avoiding multiple section calls.
Instructions
One-call daily school report for a date (default today): timetable, substitutions, missing teachers, grades received that day, meals, homework, assignments, absences, news, events, and timeline notifications.
Composes the individual section tools so you don't need to fire 8-10 calls to answer "what happened yesterday at school" or "what's coming tomorrow".
If
name/student_idis provided: report for that specific student (found across all schools unlesssubdomainscopes it).If omitted: discovery-first — for a parent this returns a lightweight per-school index of the account's children (no per-child section fetching), so you can then call per child with
name/student_id. Setfull=Trueto instead build the full report for every child.If omitted and logged in as student/teacher: report on the logged-in account. Every section is isolated — a failure in one section yields {"ok": false, "error": ...} without failing the report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| name | No | ||
| date_str | No | ||
| subdomain | No | ||
| student_id | No |