Create Module
create_moduleAdd a module to a Canvas course using course ID and module name, with optional position, unlock time, and prerequisite module IDs for organized learning paths.
Instructions
Create a new module in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the module | |
| position | No | Position of the module in the list | |
| course_id | Yes | The Canvas course ID | |
| unlock_at | No | Date/time the module unlocks (ISO 8601) | |
| prerequisite_module_ids | No | IDs of modules that must be completed before this one |