create_subtask
Add a checklist item to an existing task by providing the parent task UUID and subtask title. Breaks down larger tasks into manageable subtasks within dVersum.
Instructions
Create a subtask (checklist item) on a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Subtask title | |
| task_id | Yes | The parent task UUID |