Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

create_task

Add a new task to a specified ClickUp list by providing details like title, description, due date, priority, and assignees for efficient task management.

Instructions

Create a new task in a specific list

Input Schema

NameRequiredDescriptionDefault
assigneesNoUser IDs to assign
descriptionNoTask description
due_dateNoDue date (ISO 8601 format)
list_idNoID of the list (alternative to list_name)
list_nameNoName of the list to create task in
priorityNoPriority (1=urgent, 2=high, 3=normal, 4=low)
time_estimateNoTime estimate (e.g., '2h 30m')
titleYesTask title

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "User IDs to assign", "items": { "type": "integer" }, "type": "array" }, "description": { "description": "Task description", "type": "string" }, "due_date": { "description": "Due date (ISO 8601 format)", "type": "string" }, "list_id": { "description": "ID of the list (alternative to list_name)", "type": "string" }, "list_name": { "description": "Name of the list to create task in", "type": "string" }, "priority": { "description": "Priority (1=urgent, 2=high, 3=normal, 4=low)", "type": "integer" }, "time_estimate": { "description": "Time estimate (e.g., '2h 30m')", "type": "string" }, "title": { "description": "Task title", "type": "string" } }, "required": [ "title" ], "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