get_instructor_fces
Fetch Faculty Course Evaluations ratings for any instructor to review their teaching record across courses and semesters. Use an exact name from search_instructors.
Instructions
Fetch Faculty Course Evaluations (FCE) ratings for an instructor.
Use this for a professor's teaching record across courses, or to compare instructors. Returns a compact summary by default; aggregates span every semester they've taught.
Auth: requires SCOTTYLABS_AUTH_TOKEN (see get_course_fces).
Args:
instructor: Instructor name, exact-match (use search_instructors).
include_all: See get_course_fces. Default False keeps the
response tight.
Returns:
FCESummary (see get_course_fces).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instructor | Yes | ||
| include_all | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_count | Yes | ||
| years_covered | No | ||
| avg_hrs_per_week | No | ||
| avg_rating | No | ||
| entries | No | ||
| truncated | No |