create_page
Creates a new page in a Canvas course, accepting a title, HTML body, and options for publishing or setting as front page.
Instructions
Create a new page in a Canvas course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | HTML content for the page | |
| title | Yes | Page title | |
| published | No | Whether to publish (default: True) | |
| front_page | No | Whether to set as front page (default: False) | |
| editing_roles | No | Who can edit (default: "teachers") | teachers |
| course_identifier | Yes | Course code or Canvas ID |