download_course_file
Download a specific file from a Canvas course to your local computer. Provide the course identifier and Canvas file ID to save the file to your specified directory or default temporary location.
Instructions
Download a file from a Canvas course to the local filesystem.
Only available on a local (stdio) server. Use read_course_file to get file content back in the response instead.
Use list_course_files or list_module_items to find file IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | Canvas file ID | |
| save_directory | No | Local directory to save to (default: system temp dir, must exist) | |
| course_identifier | Yes | Course code or Canvas ID |