merge_task
Combine child tasks into their parent task by appending child content to the parent description, then marking children as pruned but recoverable.
Instructions
Roll the active children of a task back into the parent.
task_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL.
Child content is appended to the parent description; the children are
marked as pruned but remain recoverable. Pass the id of any
child whose parent should receive the merge.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |