batch_create_tasks
Create up to 100 tasks in a single batch call to Microsoft Graph, auto-chunked for reliability. Reduces API calls compared to individual task creation.
Instructions
Create several tasks in a single HTTP call via Microsoft Graph $batch (up to 100 items, auto-chunked by 20). Returns: status + result OR error per item, in order. More efficient than N create_task calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |