tool_get_course_roster
Retrieve course roster with student, TA, and instructor details including names, emails, IDs, and submission counts for Gradescope course management.
Instructions
Get the full roster (students, TAs, instructors) for a course.
Returns a table grouped by role with name, email, SID, and submission count.
Requires instructor or TA access to the course.
Args:
course_id: The Gradescope course ID.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |