update_chore_priority
Adjust a chore's urgency by setting its priority level from 0 (unset) to 4 (highest), without modifying other details.
Instructions
Update a chore's priority level (0-4). Use this to adjust how urgent a chore is without editing other details. 0=unset, 1=lowest, 2=low, 3=medium, 4=highest. Returns the updated chore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore_id | Yes | The ID of the chore to update | |
| priority | Yes | New priority level (0=unset, 1=lowest, 4=highest) |