klaviyo_get_campaign
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Klaviyo
https://github.com/pipeworx-io/mcp-klaviyo
1/7 registries