get_student_summary
Retrieve a student's complete academic overview: grades, homework, exams, absences, and messages. Specify the student name and optional days back.
Instructions
Get a comprehensive summary for a student: grades, homework, exams, absences, and messages — all in one call.
Args: student_name: Student name (e.g. 'Jan Novak'). Use get_my_children() to find names. Searches all schools automatically. since_days: How many days back to include (default 14) school: School subdomain (only needed when student exists in multiple schools).
Returns: JSON object with student, class, grades, homework, exams, absences, messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school | No | ||
| since_days | No | ||
| student_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |