get_parties
Batch-fetch up to 50 parties by ID in one call. Automatically splits larger sets into parallel requests and merges results.
Instructions
Batch-fetch up to 50 parties by ID. For 1–10 ids this is a single Capsule round trip (native multi-id endpoint); 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. Use this whenever Claude has several party IDs to avoid N sequential round trips of get_party.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of party 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. Result shape is identical regardless of input size. | |
| embed | No | Comma-separated embeds, e.g. 'tags,fields' |