list_pages
List all pages in a Canvas course, with options to sort by title or date, filter by search term or published status.
Instructions
List pages for a specific course.
Args:
course_identifier: Course code or Canvas ID
sort: Sort by 'title', 'created_at', or 'updated_at'
order: 'asc' or 'desc'
search_term: Filter pages containing this term
published: Filter by published status (None for all)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_identifier | Yes | ||
| sort | No | title | |
| order | No | asc | |
| search_term | No | ||
| published | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |