ClickUp MCP Server
by v4lheru
Verified
add_task_dependency
Create a dependency relationship between two tasks. Use this to establish that one task must be completed before another can start. You must specify either 'dependsOn' (the task that must be completed first) or 'dependencyOf' (the task that's waiting for this task), but not both.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customTaskIds | No | Whether to use custom task IDs | |
dependencyOf | No | ID of the task that's waiting for this task (optional if dependsOn is provided) | |
dependsOn | No | ID of the task that must be completed first (optional if dependencyOf is provided) | |
taskId | Yes | ID of the task which is waiting on or blocking another task | |
teamId | No | Team ID (required when customTaskIds is true) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- add_tag_to_task
- add_task_dependency
- add_task_link
- create_bulk_tasks
- create_chat_view_comment
- create_checklist
- create_checklist_item
- create_folder
- create_list
- create_list_comment
- create_list_in_folder
- create_task
- create_task_comment
- create_threaded_comment
- delete_checklist
- delete_checklist_item
- delete_comment
- delete_folder
- delete_list
- delete_task
- delete_task_dependency
- delete_task_link
- duplicate_task
- edit_checklist
- edit_checklist_item
- get_chat_view_comments
- get_folder
- get_list
- get_list_comments
- get_task
- get_task_comments
- get_tasks
- get_threaded_comments
- get_workspace_hierarchy
- move_task
- remove_tag_from_task
- update_comment
- update_folder
- update_list
- update_task