convert_chore_to_subtask
Turn a chore into a subtask of another chore, deleting the original and linking it as a subtask.
Instructions
Convert a standalone chore into a subtask of another chore. Deletes the original chore and creates a subtask with its name on the target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_chore_id | Yes | Chore to convert (will be deleted) | |
| target_chore_id | Yes | Chore to add the subtask to |