Get Blackboard course attachment
get_attachmentDownload a Blackboard course file (PDF, DOCX, PPTX, images) to this machine and get its local path. Files save locally under ~/.blackboard-mcp/downloads, with text excerpts for small text files. Read-only.
Instructions
Download a course file (PDF, DOCX, PPTX, images, ...) from Blackboard to this machine and return its local path. Files are saved under ~/.blackboard-mcp/downloads only when you call this tool; nothing is sent anywhere. Small text files also include a text excerpt. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | No | Specific file id when a content item has several attachments (see available_files in the result). | |
| course_id | Yes | Blackboard course id from list_courses, e.g. "_26184_1" (course code also accepted). | |
| content_id | Yes | Blackboard content id from get_course_content or get_assignments, e.g. "_3001_1". |