create_module
Create a new module in a Canvas course to organize content. Optionally set position, unlock date, and prerequisite modules.
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 |