create_page
Add a new page to a Canvas course with custom HTML content. Control visibility, front page setting, and editing permissions.
Instructions
Create a new page in a Canvas course.
Args:
course_identifier: Course code or Canvas ID
title: Page title
body: HTML content for the page
published: Whether to publish (default: True)
front_page: Whether to set as front page (default: False)
editing_roles: Who can edit (default: "teachers")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_identifier | Yes | ||
| title | Yes | ||
| body | Yes | ||
| published | No | ||
| front_page | No | ||
| editing_roles | No | teachers |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |