create_list
Use the ClickUp MCP Server to create a new top-level list in a specified space. Provide the space ID and list name to organize tasks effectively, ensuring clarity and structure in your workspace.
Instructions
Create a new list directly in a ClickUp space. Use this tool when you need a top-level list not nested inside a folder. Before calling, check if you already have the necessary space ID from previous responses in the conversation, as this avoids redundant lookups. For creating lists inside folders, use create_list_in_folder instead.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignee | No | User ID to assign the list to | |
content | No | Description or content of the list | |
dueDate | No | Due date for the list (Unix timestamp in milliseconds). Convert dates to this format before submitting. | |
folderId | No | ID of the folder to create the list in (required if not using spaceId). If you have this ID from a previous response, use it directly rather than looking up by name. | |
name | No | Name of the list | |
priority | No | Priority of the list (1-4), where 1 is urgent/highest priority and 4 is lowest priority. Only set when explicitly requested. | |
spaceId | No | ID of the space to create the list in (required if not using folderId). If you have this ID from a previous response, use it directly rather than looking up by name. | |
status | No | Status of the list |