Skip to main content
Glama

ClickUp MCP Server

add_task_link

Establish a non-hierarchical reference between two tasks in ClickUp. Use this tool to link related tasks without enforcing dependency or completion order.

Instructions

Create a link between two tasks. Unlike dependencies, links are just references between related tasks without enforcing completion order.

Input Schema

NameRequiredDescriptionDefault
customTaskIdsNoWhether to use custom task IDs
linksToYesID of the task to link to
taskIdYesID of the task to initiate the link from
teamIdNoTeam ID (required when customTaskIds is true)

Input Schema (JSON Schema)

{ "properties": { "customTaskIds": { "description": "Whether to use custom task IDs", "type": "boolean" }, "linksTo": { "description": "ID of the task to link to", "type": "string" }, "taskId": { "description": "ID of the task to initiate the link from", "type": "string" }, "teamId": { "description": "Team ID (required when customTaskIds is true)", "type": "string" } }, "required": [ "taskId", "linksTo" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/v4lheru/clickup-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server