create_list_in_folder
Create a new list in a ClickUp folder by specifying folder or space names, avoiding the need for IDs. Add list name, content, and status.
Instructions
Create a new list in a ClickUp folder. Supports direct name-based lookup for folders and spaces - no need to know IDs. If the specified folder doesn't exist, you can create it using create_folder. If the space doesn't exist, it must be created through the ClickUp web interface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | No | ID of the folder to create the list in (optional if using folderName instead) | |
| folderName | No | Name of the folder to create the list in - will automatically find the folder by name (optional if using folderId instead) | |
| spaceId | No | ID of the space containing the folder (optional if using spaceName instead) | |
| spaceName | No | Name of the space containing the folder - will automatically find the space by name (optional if using spaceId instead) | |
| name | Yes | Name of the list | |
| content | No | Description or content of the list | |
| status | No | Status of the list |