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_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adSetId | string | Required | Ad set ID. |
adAccountId | string | Required | Owning ad account, with or without the act_ prefix. |
dailyBudget | number | Optional | Daily budget. |
lifetimeBudget | number | Optional | Lifetime budget, mutually exclusive with the daily budget. |
confirm | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_update_adset_budget",
"args": {
"adSetId": "<string>",
"adAccountId": "<string>"
}
}
}