get-page-content
Retrieve the full content of a Canvas course page using its URL slug. Returns page title, ID, publishing status, last update, and HTML body for a given course ID.
Instructions
Get the full content of a page by URL slug. Returns title, URL slug, page ID, published status, last-updated timestamp, and HTML body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageUrl | Yes | The page's URL slug (e.g., 'syllabus') | |
| courseId | Yes | The ID of the course |