tool_create_rubric_item
Add a scoring criterion to a question's rubric in Gradescope. Specify point value based on scoring type (positive adds points, negative deducts).
Instructions
Create a new rubric item for a question.
**WARNING**: Changes the rubric for ALL submissions.
Weight semantics depend on the question's scoring type:
- **Positive scoring:** Items ADD points (use positive weights).
- **Negative scoring:** Items DEDUCT from max (use negative weights).
Args:
course_id: The Gradescope course ID.
question_id: The question ID.
description: Rubric item description.
weight: Point value — see scoring-type note above.
confirm_write: Must be True to create the rubric item.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| question_id | Yes | ||
| description | Yes | ||
| weight | Yes | ||
| confirm_write | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |