canvas_create_course
Create a new course in Canvas by specifying account ID, course name, code, dates, and syllabus content. Streamline course setup and management within the Canvas LMS.
Instructions
Create a new course in Canvas
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_id | Yes | ID of the account to create the course in | |
course_code | No | Course code (e.g., CS101) | |
end_at | No | Course end date (ISO format) | |
is_public | No | ||
license | No | ||
name | Yes | Name of the course | |
start_at | No | Course start date (ISO format) | |
syllabus_body | No | Course syllabus content |