list_parents
Retrieve the complete parent roster for a school, including contact details and linked students, with optional filters by parent or student name.
Instructions
List guardians/parents on a school's admin roster (user_id, name, email, phone, linked students).
Returns the full parent roster in one call. Use the user_id from results in
edit_parent and link_guardian_to_student.
Args: school_id: School ID (from list_schools) name_contains: Optional case-insensitive substring filter on guardian name student_name_contains: Optional case-insensitive substring filter on the guardian's linked student names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school_id | Yes | ||
| name_contains | No | ||
| student_name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |