get_staff_member
Retrieve full staff member details including email, photo, and office hours by providing school and user IDs. Use get_directory to find the user ID first.
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 |