get_projects
Batch-fetch up to 50 projects by ID. Automatically splits larger requests into 10-ID chunks for parallel retrieval.
Instructions
Batch-fetch up to 50 projects (cases) 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 project 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. | |
| embed | No | Comma-separated embeds, e.g. 'tags,fields' |