link_task
Cross-reference two existing tasks so they are navigable both ways on each task's fiche. Use it to relate tasks you did not just create; for a follow-up filed in one call, prefer link_to on create_project_task. The reverse relation is stored on the other task automatically.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
task_id | string | required | This task's uuid or its #number. |
related_task_id | string | required | The other task to link - its uuid or #number. |
relation | string | optional | How they relate, from this task's side: spawned (this led to it), spawned_from (it led to this), blocks, blocked_by, related. (spawned, spawned_from, blocks, blocked_by, related) |
note | string | optional | Why they are linked (shown on both fiches). |
Example
Section titled “Example”{ "tool": "link_task", "arguments": { "task_id": "<task_id>", "related_task_id": "<related_task_id>" }}