tool_get_next_ungraded
Navigate to the next ungraded submission in Gradescope to continue grading workflows, returning full context or confirmation when all submissions are graded.
Instructions
Navigate to the next ungraded submission.
Returns the full grading context for the next ungraded submission,
or a message that all submissions are graded.
Args:
course_id: The current course ID.
question_id: The current question ID.
submission_id: The current Question Submission ID (optional).
If omitted or invalid (e.g. a Global Submission ID), the tool
will auto-discover a valid submission to navigate from.
output_format: "markdown" (default) or "json".Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| question_id | Yes | ||
| submission_id | No | ||
| output_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |