create-module
Create a new module in a Canvas course, setting its name, position, unlock date, prerequisites, and grading options.
Instructions
Create a new module in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the module | |
| courseId | Yes | The ID of the course | |
| position | No | Position in the course (1-based) | |
| unlock_at | No | Date the module unlocks (ISO 8601) | |
| publish_final_grade | No | Publish student's final grade upon completion | |
| prerequisite_module_ids | No | IDs of modules that must be completed first | |
| require_sequential_progress | No | Whether items must be unlocked in order |