update_chore_assignee
Reassign an existing chore to a different member in your circle. Dynamically update responsibility for any chore.
Instructions
Reassign a chore to a different circle member. Use this to dynamically change who is responsible for a chore. Get member IDs from list_circle_members or get_circle_members. Returns the updated chore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore_id | Yes | The ID of the chore to update | |
| user_id | Yes | User ID of the new assignee (from list_circle_members) |