Update Subtask Completion
update_subtask_completionMark a chore's subtask as complete or incomplete by providing the chore ID, subtask ID, and completion boolean.
Instructions
Mark a subtask as complete or incomplete within a chore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore_id | Yes | The ID of the chore containing the subtask | |
| completed | Yes | True to mark complete, False to mark incomplete | |
| subtask_id | Yes | The ID of the subtask to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |