list_staff
List a school's staff and admins with contact info and roles, obtaining user_ids to assign teachers to classes.
Instructions
List a school's staff and admins (user_id, name, email, phone, role/title).
Use the returned user_id with add_class_staff to assign a teacher to a class.
Args: school_id: School ID (from list_schools) name_contains: Optional case-insensitive substring filter on staff name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school_id | Yes | ||
| name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |