tool_get_regrade_detail
Retrieve detailed information about a specific regrade request, including student messages, rubric items, grader responses, and submission links for instructor review.
Instructions
Get detailed information about a specific regrade request.
Shows the student's regrade message, the current rubric, applied rubric items,
the grader's response (if any), and submission page links. Use question_id and
submission_id from the regrade request listing.
Requires instructor/TA access.
Args:
course_id: The Gradescope course ID.
question_id: The question ID (from get_regrade_requests).
submission_id: The submission ID (from get_regrade_requests).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| question_id | Yes | ||
| submission_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |