Get full assignment context
get_assignment_contextRetrieve the full context for a Blackboard assignment—instructions, due date, points, rubric, attachments, grade, and related announcements—in a single call.
Instructions
One package describing a Blackboard assignment: instructions, due date, points, rubric (when available), attachments with local file paths, the student’s grade/status for it, and related course announcements. Use this instead of many low-level calls. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | No | Required only when assignment_id is a bare content id. | |
| assignment_id | Yes | Assignment reference "ref" from get_assignments (format "<course_id>:<content_id>"), or a bare Blackboard content id. |