Skip to main content
Glama

ClickUp MCP Integration

by Leanware-io

clickup_create_task

Create new tasks in ClickUp with name, description, priority, due dates, tags, and custom fields to organize and track work efficiently.

Instructions

Create a new task in ClickUp

Input Schema

NameRequiredDescriptionDefault
assigneesNoArray of user IDs to assign to the task
custom_fieldsNoCustom fields to set on task creation
due_dateNoDue date as Unix timestamp in milliseconds
list_idYesClickUp list ID
markdown_descriptionNoTask description in markdown format
nameYesTask name
parentNoParent task ID to create this task as a subtask
priorityNoTask priority (1-4): 1=Urgent, 2=High, 3=Normal, 4=Low
tagsNoArray of tag names to add to the task
time_estimateNoTime estimate in milliseconds

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "Array of user IDs to assign to the task", "items": { "type": "number" }, "type": "array" }, "custom_fields": { "description": "Custom fields to set on task creation", "items": { "additionalProperties": false, "properties": { "id": { "description": "Custom field ID", "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "items": {}, "type": "array" }, { "additionalProperties": {}, "type": "object" } ], "description": "Value for the custom field" } }, "required": [ "id", "value" ], "type": "object" }, "type": "array" }, "due_date": { "description": "Due date as Unix timestamp in milliseconds", "type": "number" }, "list_id": { "description": "ClickUp list ID", "type": "string" }, "markdown_description": { "description": "Task description in markdown format", "type": "string" }, "name": { "description": "Task name", "type": "string" }, "parent": { "description": "Parent task ID to create this task as a subtask", "type": "string" }, "priority": { "description": "Task priority (1-4): 1=Urgent, 2=High, 3=Normal, 4=Low", "type": "number" }, "tags": { "description": "Array of tag names to add to the task", "items": { "type": "string" }, "type": "array" }, "time_estimate": { "description": "Time estimate in milliseconds", "type": "number" } }, "required": [ "name", "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/Leanware-io/clickup-mcp-server'

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