update_subtask_completion
Update the completion status of a specific subtask within a chore, marking it as done or undone.
Instructions
Mark a subtask complete or incomplete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore_id | Yes | Parent chore ID | |
| completed | Yes | true=complete, false=incomplete | |
| subtask_id | Yes | Subtask ID |