Skip to main content
Glama

ClickUp MCP Server

create_checklist_item

Add a step or subtask to a task checklist in ClickUp by specifying the checklist ID, item name, and optional assignee for streamlined task management.

Instructions

Add a line item to a task checklist. Checklist items represent individual steps or subtasks.

Input Schema

NameRequiredDescriptionDefault
assigneeNoUser ID to assign the checklist item to
checklistIdYesID of the checklist to add an item to
nameYesName of the checklist item

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "User ID to assign the checklist item to", "type": "number" }, "checklistId": { "description": "ID of the checklist to add an item to", "type": "string" }, "name": { "description": "Name of the checklist item", "type": "string" } }, "required": [ "checklistId", "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