tool_get_assignment_outline
Retrieve the hierarchical question structure, rubric outline, IDs, types, and weights for a Gradescope assignment to understand its organization and requirements.
Instructions
Get the question/rubric outline for an assignment.
Returns the hierarchical question structure with IDs, types, weights, and
question text. Essential for understanding how an assignment is structured.
Requires instructor/TA access.
Args:
course_id: The Gradescope course ID.
assignment_id: The assignment ID.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| assignment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |