fold_task
Insert a new task directly after a given task ID, preserving the downstream chain. Specify the preceding task, title, description, and optional attributes.
Instructions
Insert a new next-step task directly after task_id in the sequence.
task_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL.
Preserves any existing downstream chain. Returns the original task and the newly created next task.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| title | Yes | ||
| description | Yes | ||
| labels | No | ||
| desire | No | ||
| productive | No | ||
| complete_by | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |