create_module
Add a module to a Canvas course, setting its order, unlock time, and prerequisites to organize learning content.
Instructions
Create a new module in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| name | Yes | Name of the module | |
| position | No | Position of the module in the list | |
| unlock_at | No | Date/time the module unlocks (ISO 8601) | |
| prerequisite_module_ids | No | IDs of modules that must be completed before this one |