list_students
Fetch a school's complete student roster, including names, grades, and guardian details. Filter by grade or name to quickly locate students, then use their IDs for further actions.
Instructions
List students on a school's admin roster (id, name, grade, SIS id, guardians).
Returns the full roster in one call. Use the id from results as student_id
in get_student, edit_student, add_parent, and link_guardian_to_student.
Args: school_id: School ID (from list_schools) grade: Optional case-insensitive filter on grade name (e.g. "2nd Grade") name_contains: Optional case-insensitive substring filter on student name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grade | No | ||
| school_id | Yes | ||
| name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |