get_staff_member
Retrieve full details for a staff member, including email, photo, and office hours, by providing the school ID and the user ID obtained from the directory search.
Instructions
Get detailed info for a specific staff member including email, photo, and office hours.
Use get_directory first to find the user_id, then call this for full details. Returns structured data plus an inline profile photo when available.
Args: school_id: School ID user_id: Staff member's user ID (from get_directory results)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| school_id | Yes |