get_course_pages
List all wiki pages in a Canvas course or fetch the body of a specific page by URL slug. Provide course ID to get page listings or content.
Instructions
List wiki pages in a course, or fetch the body of a specific page.
Args: course_id: The numeric Canvas course ID (get it from get_courses). page_url: The URL slug of a specific page to read (e.g. "syllabus"). Leave empty to list all pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | uchile | |
| page_url | No | ||
| course_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |