Create Page
create_pageCreate a new wiki page in a Canvas course by providing the course ID and title, with optional HTML body, publishing status, and editing roles.
Instructions
Create a new wiki page in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | HTML body content of the page | |
| title | Yes | Title of the page | |
| course_id | Yes | The Canvas course ID | |
| published | No | Whether the page is published | |
| editing_roles | No | Who can edit: "teachers", "students", "members", or "public" |