get_tasks
Batch fetch up to 50 tasks by their IDs. Automatically splits requests into parallel chunks to comply with Capsule's 10-id limit.
Instructions
Batch-fetch up to 50 tasks by ID. For 1–10 ids this is a single Capsule round trip; for 11–50 ids the connector transparently splits into 10-id chunks and fans out parallel Capsule requests, so the caller sees a single tool call with all results merged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of task IDs (1–50). Capsule's native batch-fetch endpoint caps at 10 per request; the connector transparently splits larger sets into 10-id chunks and fans out the Capsule calls in parallel. |