Run Outreach Batch
run_outreach_batchDraft and send personalized outreach for several LinkedIn Sales Navigator leads in a single unattended call, with a dry-run mode to preview and validate before sending.
Instructions
Draft and send for several leads in one call, unattended.
Uses MCP sampling: the server asks YOUR client for each draft, so no model runs here and no API key lives here — only the request for a completion. That is what lets a scheduled job run the loop without a person taking a turn.
Nothing is relaxed for automation. Every draft goes through the same
send path as a manual one: the evidence gate, global dedupe, the daily
cap, the free-channel-only default, and two-phase commit. dry_run
still defaults to true, so the first call shows you what it would say
and sends nothing.
Stops early when the daily cap is reached. A draft that fails to parse or fails validation is recorded and skipped rather than ending the run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max leads to attempt in THIS call (1-50). | |
| dry_run | No | True (default) drafts and validates without sending. | |
| campaign | Yes | Campaign label for these sends. | |
| url_or_hash | Yes | The query to draw candidates from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||