read_content
Extract readable text from Brightspace course content files: PDFs, DOCX, PPTX, HTML, ZIP, and code; save binary files locally when needed.
Instructions
Read a content topic: extracts text from PDF (per page), DOCX, PPTX, HTML, ZIP (lists files and inlines code) and plain text/code. Binary files are saved to ~/Downloads/brightspace//.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Directory to save into instead of the default. | |
| save | No | Also save the original file locally. | |
| course | Yes | Course: org unit id (e.g. 123456) or text like "cs310", "CSCI-UA 480", "algorithms", "OS". | |
| offset | No | Character offset for paging long documents. | |
| topicId | Yes | ||
| maxChars | No |