Skip to main content
Glama

ClickUp MCP Server

edit_checklist

Rename or reorder task checklists in ClickUp by specifying a new name or position to organize workflows effectively. Supports task management through the ClickUp MCP Server.

Instructions

Rename a task checklist or reorder it among other checklists on a task.

Input Schema

NameRequiredDescriptionDefault
checklistIdYesID of the checklist to edit
nameNoNew name for the checklist
positionNoPosition of the checklist among other checklists on the task (0 places it at the top)

Input Schema (JSON Schema)

{ "properties": { "checklistId": { "description": "ID of the checklist to edit", "type": "string" }, "name": { "description": "New name for the checklist", "type": "string" }, "position": { "description": "Position of the checklist among other checklists on the task (0 places it at the top)", "type": "number" } }, "required": [ "checklistId" ], "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