blackboard_submit_attempt
Submit an assignment attempt for grading with text or attached files, after confirming the submission details with the student.
Instructions
Submit (finalize) an assignment attempt for grading — text, attached files, or both. ALWAYS confirm with the user before submitting, showing exactly what will be sent. The server also asks the user directly through MCP elicitation before it sends anything. Once submitted the instructor can grade it; use blackboard_save_attempt_draft instead if the student just wants to save progress without sending it yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columnId | Yes | Assignment (gradebook column) ID | |
| courseId | Yes | Blackboard course ID | |
| confirmed | No | Deprecated compatibility field; the server asks the user directly. | |
| fileUploadIds | No | fileUploadId(s) from blackboard_upload_attempt_file to attach to this submission | |
| studentComments | No | Comment to the instructor | |
| studentSubmission | No | Text body of the submission |