Skip to content
Get MCP AdsGet MCP Ads, home
Start free

meta_update_adset_budget

Change the daily or lifetime budget of a Meta ad set. A write tool that previews before it changes anything, one of 39 Meta Ads tools on the Get MCP Ads MCP…

Change the daily or lifetime budget of a Meta ad set. Amount in the account currency (12.50 for 12.50 EUR). Meta expects minor units, the conversion is done here. 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
adSetIdstringRequiredAd set ID.
adAccountIdstringRequiredOwning ad account, with or without the act_ prefix.
dailyBudgetnumberOptionalDaily budget.
lifetimeBudgetnumberOptionalLifetime budget, mutually exclusive with the daily budget.
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_adset_budget",
    "args": {
      "adSetId": "<string>",
      "adAccountId": "<string>"
    }
  }
}
Esc

Type to search