clickup_add_dependency
Add a dependency between tasks, indicating which task is waiting on or blocking another.
Instructions
Add a dependency between tasks (waiting_on or blocking)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task to add the dependency to | |
| depends_on | No | Task ID this task is waiting on | |
| dependency_of | No | Task ID that this task blocks |