create_bulk_tasks
Create multiple tasks in a ClickUp list using list name or ID. Supports task details like description, status, priority, and assignees.
Instructions
Create multiple tasks in a ClickUp list. Supports direct name-based lookup for lists - no need to know the list ID. -Tasks will use ClickUp default status if not specified. If the specified list doesn't exist, you can create it using create_list or create_list_in_folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID of the list to create the tasks in (optional if using listName instead) | |
| listName | No | Name of the list to create the tasks in - will automatically find the list by name (optional if using listId instead) | |
| tasks | Yes | Array of tasks to create |