download_file
Download course files from D2L Brightspace by providing a content URL. Saves lecture slides, assignments, or materials to your Downloads folder or custom path.
Instructions
Download a file from D2L Brightspace. Provide a D2L content URL (e.g., https://learn.ul.ie/content/enforced/68929-CS4444.../file.docx or /content/enforced/...). The file will be saved to your Downloads folder by default, or to a custom path if specified. Returns the local file path, filename, size, and content type. Use this to download lecture slides, assignment files, course materials, or any file linked in course content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The D2L URL or path to the file to download (e.g., https://learn.ul.ie/content/enforced/68929-CS4444_SEM1_2025_6/file.docx) | |
| savePath | No | Optional: Custom path to save the file (directory or full file path). Defaults to ~/Downloads |