tool_update_rubric_item
Modify rubric item descriptions or point values in Gradescope, with changes applying to all affected submissions after confirmation.
Instructions
Update an existing rubric item's description or weight.
**WARNING**: Changes cascade to ALL submissions with this item applied.
Args:
course_id: The Gradescope course ID.
question_id: The question ID.
rubric_item_id: The rubric item ID to update.
description: New description, or None to keep unchanged.
weight: New point value, or None to keep unchanged.
confirm_write: Must be True to apply the update.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| question_id | Yes | ||
| rubric_item_id | Yes | ||
| description | No | ||
| weight | No | ||
| confirm_write | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |