get-list-of-all-subjects
Retrieve a simplified list of all courses from the ZEN University syllabus, including course name, enrollment grade, quarters, and credit details, for quick reference and planning.
Instructions
Retrieve a simplified list of all courses from the ZEN University syllabus, containing only the essential properties (name, enrollmentGrade, quarters, credit).
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {},
  "type": "object"
}