split_task
Split a task into two subtasks while preserving the parent. Provide the task ID and details for both new tasks.
Instructions
Decompose a task into two child tasks while preserving the parent.
task_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL.
Returns the updated parent and both new children.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| first_title | Yes | ||
| first_description | Yes | ||
| second_title | Yes | ||
| second_description | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |