blackboard_download_attachment
Download files attached to Blackboard course content items into your protected Campus download directory. Specify course, content, and attachment IDs to save materials locally.
Instructions
Download a file from a course content item into the protected Campus download directory. outputDir may be a relative subdirectory only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | Blackboard course ID | |
| filename | No | Filename to save as (e.g. displayName from blackboard_list_attachments). Falls back to Content-Disposition header. | |
| contentId | Yes | Content item ID | |
| outputDir | No | Relative subdirectory inside ~/Downloads/campus-cli (or CAMPUS_DOWNLOAD_DIR) | |
| attachmentId | Yes | Attachment ID from blackboard_list_attachments, or a full bbcswebdav URL for embedded files |