get_student_context
Fetch the student's current academic details—term, major, advisor, units, and graduation—to ground academic conversations and supply the current term for other queries.
Instructions
Who the student is right now: name, current term, class level, major, college, advisor, units carried, and expected graduation.
Call this first in any conversation touching academics, and whenever you
need the current semester to pass as a term argument elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| major | No | ||
| degree | No | ||
| college | No | ||
| timezone | No | America/New_York | |
| department | No | ||
| class_level | No | ||
| current_term | Yes | ||
| maximum_units | No | ||
| units_carried | No | ||
| primary_advisor | No | ||
| expected_graduation | No |