get_next_week_timetable
Get the timetable for each day of the upcoming week (Monday to Friday). Specify a class name, student name, or school to retrieve the schedule; defaults to your own timetable.
Instructions
Get timetable for each day of the upcoming week (Mon-Fri).
Args: class_name: Class name (e.g. '6e', '4a'). If empty, uses logged-in user's timetable. student_name: Student name to look up their class timetable (searches all schools). school: School subdomain (only needed with multiple schools and no student_name).
Returns: JSON object keyed by date with lean timetable lessons
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school | No | ||
| class_name | No | ||
| student_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |