AM
Adbloop Meta Ads
/update_campaign_budget
update campaign budget
Change the daily budget (and/or rename) of an existing campaign or ad set. The account is required so the new budget is checked against your spend guardrails. W
liveunknown~5s typical
mcpadbloopmetaads
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-adbloop-meta-ads /update_campaign_budget for me.
Input
| Field | Type | Description |
|---|---|---|
| entity_id* | string | Campaign ID (CBO budget) or ad set ID. |
| daily_budget | number | New daily budget, MAJOR units (e.g. 500 = ₹500). |
| name | string | Optional new name. |
| meta_account_id* | string | REQUIRED — the ad account this entity belongs to (for the guardrail check). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-adbloop-meta-ads","endpoint":"/update_campaign_budget","input":{"entity_id":"...","meta_account_id":"..."}}'cli
npx cracked-ai run -p mcp-com-adbloop-meta-ads -e /update_campaign_budget -i '{"entity_id":"...","meta_account_id":"..."}'mcp
run_tool({ provider: "mcp-com-adbloop-meta-ads", endpoint: "/update_campaign_budget", input: {"entity_id":"...","meta_account_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.