get_upcoming_assignments
read-onlyGet assignments and due dates
What the model is told
Get assignments and their due dates from the student's real Canvas data. ALWAYS use this for any question about deadlines, what is due, or what is coming up. Never answer a due-date question from search_course_materials: due dates live in structured records here, and a date inferred from lecture slides will be wrong.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
course | string | no | Course code or name, for example 'ECON 101'. Omit or pass 'all' for every current-term course. Name an earlier course explicitly to use archived context. |
days_ahead | number | no | How many days forward to look. Defaults to 21. |
include_past_due | boolean | no | Include overdue work that was never submitted. Defaults to false. |
Prompts that call it
“What's due this week?”
“Anything due in ECON 101 before Friday?”

