list_chapters
Retrieve course chapters to organize content sections, supporting pagination for efficient navigation through large course structures.
Instructions
List chapters (sections) within a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The course ID to list chapters for | |
| page | No | Page number. Default: 1 | |
| limit | No | Items per page. Default: 25 |