All Tools/CampaignsRead-only

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

NameTypeRequiredDescription
campaign_idstringrequiredSequence 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:

full accessoutboundcontentread only

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.