ZuckerBot › Tool reference › Strategy & campaign build
zuckerbot_create_full_campaign
| Name | Type | Description | |
|---|---|---|---|
session_id | string | required | Campaign Architect session ID with approved strategy and creatives |
dry_run | boolean | required | DEFAULT TRUE. Set to false ONLY after customer has approved the dry-run preview. Live mode creates real Meta objects. |
meta_access_token | string | optional | Meta access token override (live mode only) |
meta_ad_account_id | string | optional | Meta ad account ID override (live mode only) |
meta_page_id | string | optional | Facebook Page ID override (live mode only) |
activate | string | required | Must remain false. Architect auto-activation is temporarily disabled; live mode creates PAUSED Meta objects only. |
{
"tool": "zuckerbot_create_full_campaign",
"arguments": {
"session_id": "<session_id>",
"dry_run": true,
"activate": "<activate>"
}
}
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_create_full_campaign and fills the arguments for you.