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

tiktok_update_adgroup_budget

Change the budget of a TikTok ad group. A write tool that previews before it changes anything, one of 32 TikTok Ads tools on the Get MCP Ads MCP gateway.

Change the budget of a TikTok ad group. Amount in the account currency, sent as is. Previews by default.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
advertiserId
Endpoint
https://mcp.getmcpads.com/tiktok-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
advertiserIdstringRequiredTikTok advertiser ID.
adGroupIdstringRequiredAd group ID.
budgetnumberRequiredNew budget, in the account currency.
budgetModestringOptionalWhether the budget is daily or total. One of: BUDGET_MODE_DAY, BUDGET_MODE_TOTAL. Default: "BUDGET_MODE_DAY".
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": "tiktok_update_adgroup_budget",
    "args": {
      "advertiserId": "<string>",
      "adGroupId": "<string>",
      "budget": "<number>"
    }
  }
}
Esc

Type to search