search_instructors
Search for CMU instructor names using a case-insensitive substring filter to find exact spelling and casing from the FCE roster.
Instructions
Look up CMU instructor names from the FCE roster.
Use this to discover the exact spelling/casing of an instructor before
calling get_instructor_fces or get_instructor_schedules. Names are
exact-match — pass them verbatim downstream.
Args:
query: Optional case-insensitive substring filter (e.g. "cervesato").
limit: Max results, default 50, hard cap 200.
Returns: List of instructor name strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |