add_task_dependency
Create a dependency between two tasks by specifying which task waits for another or which task blocks another.
Instructions
Create a dependency between tasks. Provide either depends_on (this task waits on it) or dependency_of (this task blocks it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| depends_on | No | Task this one depends on (waits for). | |
| dependency_of | No | Task that depends on this one (is blocked by it). | |
| custom_task_ids | No | ||
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |