find_courses_by_attribute
Search for courses using an attribute code (e.g., EUMS, MFR) or description. Supports exact code match or substring search, with optional prefilter query to narrow results.
Instructions
Find courses carrying a given attribute (e.g. 'EUMS', 'MFR', a Gen-Ed code).
match='code' requires an exact attribute-code match; match='description'
does a substring search across codes and descriptions. Supply prefilter_query
to narrow the candidate set first (faster, smaller payload).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| match | No | code | |
| semester | No | ||
| attribute | Yes | ||
| prefilter_query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||