blackboard_download
Download a Blackboard attachment (up to 100 MiB) to a secure local file. Returns file path, bytes, and SHA-256 hash for verification.
Instructions
Download an existing attachment (<=100 MiB) to a generated private local file on the MCP machine. No arbitrary URL/path, no overwrite or execution. Returns path, bytes and SHA-256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course | Yes | ||
| content_id | Yes | ||
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | No | ||
| error | No | ||
| message | No | ||
| service | No | local | |
| warnings | No | ||
| truncated | No | ||
| next_action | No | ||
| next_offset | No |