ZuckerBot › Tool reference › Strategy & campaign build
zuckerbot_pause_campaign
| Name | Type | Description | |
|---|---|---|---|
campaign_id | string | optional | ZuckerBot campaign ID (required when entity_level is campaign — the default) |
entity_level | "campaign" | "adset" | "ad" | required | What to pause: the whole campaign, one ad set, or one ad |
entity_id | string | optional | Numeric Meta ad set or ad ID (required when entity_level is adset or ad) |
action | string | required | Pause the campaign |
{
"tool": "zuckerbot_pause_campaign",
"arguments": {
"entity_level": "campaign",
"action": "<action>"
}
}
You never invoke this directly — describe what you want in plain English inside Claude, Cursor, ChatGPT or any MCP client with ZuckerBot connected, and the agent selects zuckerbot_pause_campaign and fills the arguments for you.