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