read_course_file
Extract text from Canvas course files in PDF, DOCX, or plain text format. Supply the course identifier and file ID to get the file's content.
Instructions
Fetch a course file's content and return extracted text. Supports PDF, DOCX, and plain text. Find file_id via list_course_files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| course_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |