get_upcoming_assignments

read-only

Get 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

ParameterTypeRequiredDescription
coursestringnoCourse 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_aheadnumbernoHow many days forward to look. Defaults to 21.
include_past_duebooleannoInclude 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?