get_opportunities
Batch-fetch up to 50 opportunities by ID, with automatic chunking for Capsule's 10-ID limit. Returns full records including value, milestone, owner, and party.
Instructions
Batch-fetch up to 50 opportunities 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. Returns each opportunity's full record (value, milestone, owner, party). For a single id, use get_opportunity instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of opportunity 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' |