Skip to content
Get MCP AdsGet MCP Ads, home

apple_ads_update_adgroup

Update an Apple adgroup. A write tool that previews before it changes anything, one of 15 Apple Ads tools on the Get MCP Ads MCP gateway.

Update an Apple adgroup. Preview returns expectedSnapshot; confirm with that snapshot to reject changed resources or changed payloads. ENABLED may cause advertising spend.

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

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredA selected Apple Ads ad account from list_accounts.
entityIdstringRequiredApple numeric ID, as a string.
namestringOptionalReplacement name.
statusstringOptionalDesired status. ENABLED may cause spend if parents permit delivery. One of: PAUSED, ENABLED.
expectedSnapshotstringOptionalSnapshot returned by the preview for this exact resource and requested change; required when confirming.
confirmbooleanOptionalFalse previews. True applies the approved change once. Do not blindly retry a write after a timeout. Default: false.

Calling itLink to this section

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

Type to search