ClickUp MCP Server
by v4lheru
Verified
create_list_in_folder
Create a new list within a ClickUp folder. Use this tool when you need to add a list to an existing folder structure. Before calling, check if you already have the necessary folder ID and space ID from previous responses in the conversation, as this avoids redundant lookups. For top-level lists not in folders, use create_list instead.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | Description or content of the list | |
folderId | No | ID of the folder to create the list in (optional if using folderName instead). If you have this ID from a previous response, use it directly rather than looking up by name. | |
folderName | No | Name of the folder to create the list in - will automatically find the folder by name (optional if using folderId instead). Only use this if you don't already have the folder ID from previous responses. | |
name | Yes | Name of the list | |
spaceId | No | ID of the space containing the folder (optional if using spaceName instead). If you have this ID from a previous response, use it directly rather than looking up by name. | |
spaceName | No | Name of the space containing the folder - will automatically find the space by name (optional if using spaceId instead). Only use this if you don't already have the space ID from previous responses. | |
status | No | Status of the list (uses folder default if not specified) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- add_tag_to_task
- add_task_dependency
- add_task_link
- create_bulk_tasks
- create_chat_view_comment
- create_checklist
- create_checklist_item
- create_folder
- create_list
- create_list_comment
- create_list_in_folder
- create_task
- create_task_comment
- create_threaded_comment
- delete_checklist
- delete_checklist_item
- delete_comment
- delete_folder
- delete_list
- delete_task
- delete_task_dependency
- delete_task_link
- duplicate_task
- edit_checklist
- edit_checklist_item
- get_chat_view_comments
- get_folder
- get_list
- get_list_comments
- get_task
- get_task_comments
- get_tasks
- get_threaded_comments
- get_workspace_hierarchy
- move_task
- remove_tag_from_task
- update_comment
- update_folder
- update_list
- update_task