Get Variant Stats
Get per-variant performance metrics for a campaign. Returns sent count, reply count, acceptance count, reply rate, and acceptance rate per variant per step. Pure DB operation with no LinkedIn API calls.
MCP tool name: get_variant_stats
Use Cases
- Compare variant performance before launching a formal experiment
- Monitor how different message versions are performing
- Identify the best-performing step in a multi-step sequence
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| campaign_id | string | required | Sequence campaign UUID or slug |
Example
Prompt
Show variant stats for my GTM outreach campaign
Response
{
"steps": [
{
"step": 1,
"variants": [
{ "name": "A", "sent": 100, "accepted": 32, "acceptance_rate": 0.32 },
{ "name": "B", "sent": 98, "accepted": 25, "acceptance_rate": 0.26 }
]
}
]
}Permission Scopes
This tool is available in the following permission scopes:
Related Tools
Launch Experiment
Run SPRT-based A/B tests on campaign message variants to find the highest-performing copy via MCP.
Get Experiment Results
Check A/B experiment status, per-variant stats, SPRT decision, winner assessment with confidence and lift via MCP.
Get Campaign Stats
Get campaign performance: action counts by tool, daily breakdown, and per-account stats. Campaign reporting via MCP.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. All 160 tools. Safe limits, warm-up, and full permission control built in.