You're viewing a demo portfolio

Join the waitlist
PRSM

klaviyo_get_campaign

Active

Tool of Klaviyo

declared in 0.1.0

Get a campaign's full details by ID. Returns name, status, subject line, recipient list, performance stats, and send history.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-klaviyo-api-key",
      "campaign_id": "01ARZ3NDEKTSV4RRFFQ69G5FAV"
    }
  ],
  "required": [
    "_apiKey",
    "campaign_id"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Klaviyo private API key"
    },
    "campaign_id": {
      "type": "string",
      "description": "Klaviyo campaign ID"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Klaviyo

https://github.com/pipeworx-io/mcp-klaviyo

1/7 registries
View full server →
klaviyo_get_campaign — Klaviyo — PRSM MCP