get_student_progress
Retrieve a student's recent session notes and open homework by student ID to review their progress. Use list_students to find the ID if unknown.
Instructions
Get a student's recent session notes and open homework by student id. Use list_students first if you don't know the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| student_id | Yes | The student's id, from list_students |