get_staff_member
Get detailed information for a staff member by providing school ID and user ID, including email, photo, and office hours.
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 |
|---|---|---|---|
| school_id | Yes | ||
| user_id | Yes |