create_bulk_tasks
Create up to 100 tasks in a single list in one API call. Each task returns a success or error report, ensuring partial failures don't lose the batch.
Instructions
Create many tasks in a single List in one call (up to 100). Runs with bounded concurrency and returns a per-task success/error report, so a partial failure never loses the rest of the batch. Use to import or scaffold many tasks at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the destination List for all created tasks. | |
| tasks | Yes | Array of task definitions to create (1–100 per call). |