get_syllabus
Fetch course syllabus text and attachments from Brightspace. Retrieve overview descriptions in markdown format and optionally download PDF files for academic planning.
Instructions
Fetch the syllabus/overview text and optional attachment for a course. Returns the course overview description as markdown. If downloadPath is provided, also downloads the syllabus attachment (e.g. PDF). IMPORTANT: You MUST ask the user where they want to save the file before calling this tool with a downloadPath.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | Course ID to get syllabus for. | |
| downloadPath | No | Absolute path to the directory where the attachment should be saved. |