list-sections
Retrieve all sections of a course, with name, ID, SIS ID, and optional date ranges. Include student enrollment totals when needed.
Instructions
List all sections in a course. Returns section name, ID, SIS ID, and optional date ranges. Set includeStudentCount to include enrollment totals per section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | The ID of the course | |
| includeStudentCount | No | Whether to include the number of students in each section |