Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

meta_update_campaign_budget

Change the budget of a Meta campaign that holds its budget at campaign level (Advantage campaign budget).

Change the budget of a Meta campaign that holds its budget at campaign level (Advantage campaign budget). On a campaign without one, Meta refuses and the ad set budget is the one to change. Amount in the account currency. Previews by default.

Source
Meta Ads
Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/meta-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
campaignIdstringRequiredCampaign ID.
adAccountIdstringRequiredOwning ad account (act_… or bare ID).
currencystringRequiredAccount currency code, for example EUR. Read it with meta_get_ad_accounts.
dailyBudgetnumberOptionalNew daily budget, in the account currency.
lifetimeBudgetnumberOptionalNew lifetime budget, in the account currency.
confirmbooleanOptionalSet to true to actually apply the change. Without it, the tool only previews.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_update_campaign_budget",
    "args": {
      "campaignId": "<string>",
      "adAccountId": "<string>",
      "currency": "<string>"
    }
  }
}
Esc

Type to search