list-students
Retrieve a complete roster of students enrolled in a specific course. Optionally anonymize student names and emails for privacy, or include email addresses.
Instructions
Get a complete list of all students enrolled in a specific course
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | The ID of the course | |
| anonymous | No | Whether to anonymize student names and emails (default: true for privacy) | |
| includeEmail | No | Whether to include student email addresses |