get_staff_member
Retrieve a staff member's name, role, classroom assignments, and schedule by providing their staff ID.
Instructions
Fetch a single staff member by id (name, role, classrooms, schedule).
Use when: "what's the role and classroom assignment for staff 222?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staff_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |