Search for a command to run...
Query course catalogs and degree plans over a JSON REST API. Copy the docs as Markdown to give your agent full context.
https://courses.coolstuff.work{
"data": { ... },
"meta": { "total": 42, "count": 20, "query": "..." }
}qText search (code, title, department, syllabus, tags)typeOn /search: all, courses, or degreesdepartmentFilter by department name or slugbranchFilter by branch slug (e.g. cps, ece)tagFilter by tag (e.g. core, elective)limitMax results (default 50, max 100)offsetPagination offsetDiscovery — lists all available endpoints
Unified search across courses and degrees
Params: q, type, department, branch, tag, limit, offset
List or search courses
Params: q, department, branch, tag, limit, offset
Get a single course by code
List all departments
Full catalog for a department
List or search degree programs
Params: q, limit, offset
Full degree plan with semesters and elective pools
MAT%202122)./api/v1/search for broad queries; use resource endpoints when you know the entity type.limit and offset for large result sets.