bulk_update_categories
Add or remove categories from multiple tasks in one batch operation, reading existing categories first then patching updates, with per-item error handling.
Instructions
Add/remove categories on several tasks in one operation. 2-phase batch: GET to read existing categories, then PATCH with the updated set. Per-item errors, no global fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refs | Yes | ||
| add | No | ||
| remove | No | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |