get_page_content
Retrieve a page's full HTML body and embedded media sources from Canvas courses. Use it to access untruncated page content and identify images, videos, and iframes.
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 |