get_submission_content
Extract a student's actual submitted content—readable text from files, typed text, URLs, and comment threads—to grade the real submission.
Instructions
Pull what a student actually submitted for an assignment — extracts readable text from uploaded files (PDF/DOCX/text), or returns the typed text / URL for other submission types. Also includes the submission comment thread (students often paste links there). Use this before grade_submission or grade_with_rubric so you're grading the real content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| assignment_id | Yes | ||
| course_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |