list_tasks
Get a consolidated to-do list of pending assignments, quizzes, and lectures from iCampus and Canvas, sorted by due date. Filter by course, type, or due date window.
Instructions
Things to do across courses, soonest first: the iCampus remaining list merged with Canvas assignment/quiz submission status and lecture completion. Items with no due date come last.
Args:
course: course ID, code (CSE1001) or part of the name. Omit for all courses.
kind: only this kind of item.
due_within_days: items due in the next N days (items without a due date are always included).
past_days: also include items whose due date passed in the last N days (overdue/late window).
include_done: also include submitted/completed items.
limit: maximum items returned; `total` shows how many matched when truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| course | No | ||
| past_days | No | ||
| include_done | No | ||
| due_within_days | No |