Read a course content item
bb_get_contentRetrieve full content details for a Blackboard item: body text, attachments, external links, due dates, embedded files. Use to read announcements or assignment briefs.
Instructions
Full detail for one content item: its rendered body text, attached file metadata, external link target, due date, and any files embedded in the body HTML. Use this to actually read an announcement-style document or assignment brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | Course id, e.g. "_12345_1". | |
| contentId | Yes | Content item id, e.g. "_10001_1". | |
| includeChildren | No | If the item is a folder/lesson, also list its children. Default true. |