get_assignment

read-only

Get one assignment in full

What the model is told

Everything about a single assignment: the full instructions, the rubric, what to submit, when it is due, and the course files most likely to be it. Use this before helping a student actually work on something, because get_upcoming_assignments returns only titles and dates. Homework, labs, and problem sets should be read WHOLE: take the top likelyAttachment id from courseMaterials and read the entire document with fetch, rather than searching for fragments of it.

Parameters

ParameterTypeRequiredDescription
titlestringyesThe assignment's title, or enough of it to match. For example 'Problem Set 3' or 'midterm'.
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.

Prompts that call it

Show me everything about Problem Set 4, rubric included.
Which files go with the ECON 101 midterm review?