asana_batch_ops
Batch up to five Asana GET requests into one API call, reducing round trips and improving read performance.
Instructions
Execute up to 5 Asana API operations in a single HTTP call. ⚠ GET-with-default-fields ONLY — options (opt_fields/completed_since) + PUT data are dropped by the batch endpoint. For filtered reads use asana_search_tasks/asana_list_*; for writes use the dedicated tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Array of 1-5 read actions. Each: { method: "GET", relative_path } |