Read a course page
canvas_get_pageRetrieve the full text content of any course page by providing the course ID and page URL slug, turning Canvas course materials into readable text for AI processing.
Instructions
Read one course page's full content as text. page_url is the 'url' slug from canvas_list_pages or canvas_list_modules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_url | Yes | Page URL slug (e.g. 'week-1-overview') or page ID | |
| course_id | Yes | Canvas course ID |