check_course_exists
Determine if a course code exists anywhere in the USC catalog across all terms. Enter a code like 'CSCI-103' to receive a true/false answer.
Instructions
Check whether a course code exists anywhere in the USC catalog (not limited to a single term). Accepts codes like 'CSCI-103'. Returns true/false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course | Yes | Course code to check, e.g. 'CSCI-103'. |