ic_get_schedule
Retrieve a student's class schedule for a specific date, defaulting to today, to view daily class details.
Instructions
Get a student's class schedule for a given date (default: today).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD; defaults to today | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Infinite Campus's payload untouched. No field projection: this server has no verified record of which Infinite Campus fields matter, and inventing one would risk dropping a field a caller needs. | |
| district | Yes | District name from ic_list_districts | |
| studentId | Yes | Student personID from ic_list_students | |
| termFilter | No | Term name or ID; optional |