Check a set of sections for conflicts
check_scheduleBuild a weekly timetable from term and section codes, total units, and flag meeting-time or final-exam conflicts to validate a schedule before registration.
Instructions
Given a term and a list of 5-digit section codes, build the weekly timetable, total the units, and report any meeting-time or final-exam conflicts. Use this to validate a proposed schedule before registration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Required, e.g. "2026 Fall". | |
| sectionCodes | Yes | The 5-digit section codes to combine, e.g. ["34190","34191","30020"]. A comma-separated string is also accepted. |