get_instructor_schedules
Fetch all schedules taught by a given instructor across all courses and semesters. Use exact instructor name; search instructors first for canonical spelling.
Instructions
Fetch all schedules taught by the given instructor.
Use this for "what is X teaching?" or to find classes by professor.
Pass the instructor name exactly as it appears in the course data —
use search_instructors first to discover the canonical spelling.
Args:
instructor: Instructor name, exact-match. Example: "Iliano Cervesato".
Returns: List of Schedule objects across all courses and semesters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instructor | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |