get_geneds
Retrieve general education courses for a CMU school. Specify SCS, CIT, MCS, or Dietrich to get courses satisfying gen-ed requirements.
Instructions
List gen-ed-eligible courses for a CMU school.
Use this when the user wants courses satisfying a gen-ed requirement for their college.
Args:
school: Exactly one of "SCS" (School of Computer Science),
"CIT" (engineering), "MCS" (sciences), or "Dietrich"
(humanities and social sciences).
Returns:
List of Gened objects, each with course info, gen-ed tags, and
a startsCounting/stopsCounting window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |