Skip to main content
Glama

ClickUp MCP Server

create_checklist

Add a checklist to a task in ClickUp to break down steps or subtasks, ensuring organized and efficient task management. Specify task ID, checklist name, and optional team details to get started.

Instructions

Add a new checklist to a task. Checklists help organize subtasks or steps needed to complete a task.

Input Schema

NameRequiredDescriptionDefault
customTaskIdsNoWhether to use custom task IDs
nameYesName of the checklist
taskIdYesID of the task to add a checklist to
teamIdNoTeam ID (required when customTaskIds is true)

Input Schema (JSON Schema)

{ "properties": { "customTaskIds": { "description": "Whether to use custom task IDs", "type": "boolean" }, "name": { "description": "Name of the checklist", "type": "string" }, "taskId": { "description": "ID of the task to add a checklist to", "type": "string" }, "teamId": { "description": "Team ID (required when customTaskIds is true)", "type": "string" } }, "required": [ "taskId", "name" ], "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