list_pages
Retrieve and organize course pages in Canvas by filtering, searching, and sorting options to manage educational content effectively.
Instructions
List pages for a specific course.
Args:
course_identifier: The Canvas course code (e.g., badm_554_120251_246794) or ID
sort: Sort criteria ('title', 'created_at', 'updated_at')
order: Sort order ('asc' or 'desc')
search_term: Search for pages containing this term in title or body
published: Filter by published status (True, False, or None for all)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_identifier | Yes | ||
| sort | No | title | |
| order | No | asc | |
| search_term | No | ||
| published | No |