get_page_content
Retrieve the complete raw HTML body of any Canvas page, plus a list of embedded images, videos, and iframes with their source URLs.
Instructions
Get the full content body of a specific page.
Returns the page's raw HTML body untruncated, followed by an inventory of any embedded media (images, videos, iframes) with their source URLs, so media is reported explicitly rather than left for the reader to spot in the markup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_url_or_id | Yes | Page URL slug or page ID | |
| course_identifier | Yes | Course code or Canvas ID |