Read Blackboard announcements
bb_announcementsRetrieve course announcements from Blackboard, newest first, for all enrolled courses or a single course. Use it to catch up on instructor posts after being away.
Instructions
Lists course announcements with their full text, newest first. Covers every enrolled course by default (via the batch API), or one course when courseId is given. Use this for "what did my instructors post?" or catching up after time away.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Per course. Default 10. | |
| courseId | No | One course. Omit for all enrolled courses. | |
| fullText | No | Include the complete body rather than a preview. Default true for a single course. | |
| maxCourses | No | Default 15. | |
| unreadOnly | No | Only announcements not yet marked read. |