Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

create_task_chain

Build a sequence of dependent tasks in ClickUp by defining titles, descriptions, and time estimates, then assign them to a specific list with optional auto-linking for streamlined project workflows.

Instructions

Create a chain of dependent tasks

Input Schema

NameRequiredDescriptionDefault
auto_linkNoAutomatically link tasks as dependencies
list_idYesList ID for the tasks
tasksYesList of tasks to create in sequence

Input Schema (JSON Schema)

{ "properties": { "auto_link": { "description": "Automatically link tasks as dependencies", "type": "boolean" }, "list_id": { "description": "List ID for the tasks", "type": "string" }, "tasks": { "description": "List of tasks to create in sequence", "items": { "properties": { "description": { "type": "string" }, "time_estimate": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "tasks", "list_id" ], "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/DiversioTeam/clickup-mcp'

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