read_announcement_attachment
Extract text from an attachment on a specific announcement. Supply course, announcement, and file IDs to read the content or download the file locally.
Instructions
Read, index or download a file belonging to an exact course announcement. Use announcement/file IDs from get_announcements; returns sourced extracted text and optional local path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | Exact Brightspace numeric identifier from another tool. | |
| offset | No | ||
| courseId | Yes | Exact Brightspace numeric identifier from another tool. | |
| download | No | ||
| maxChars | No | ||
| announcementId | Yes | Exact Brightspace numeric identifier from another tool. |