create_bulk_tasks
Create multiple tasks in a list simultaneously, with individual success or error feedback for each task.
Instructions
Create many tasks in a single List at once. Returns per-task success/error so partial failures are visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Destination List ID. | |
| tasks | Yes | Array of task definitions (max 100 per call). |