update_subtask_completion
Update a subtask's completion status in a chore to track progress on multi-step tasks without completing the whole chore.
Instructions
Mark a subtask as complete or incomplete within a chore. This allows tracking progress on chores with multiple steps without completing the entire chore. Useful for checklists and multi-step tasks. Returns the updated chore with subtask progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore_id | Yes | The ID of the chore containing the subtask | |
| subtask_id | Yes | The ID of the subtask to update | |
| completed | Yes | True to mark complete, False to mark incomplete |