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

amazon_ads_update_sd_ad_group

Update one Sponsored Display ad group. A write tool that previews before it changes anything, one of 103 Amazon Ads tools on the Get MCP Ads MCP gateway.

Update one Sponsored Display ad group. Native Amazon contract, single entity. Creates with a state field require PAUSED; state-less creates require a paused parent. Native brand/product eligibility and moderation apply. Preview binds current entity and parent state; confirmation can change spend. Amounts are in profile currency. No automatic retries.

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

ParametersLink to this section

NameTypeRequiredNotes
accountIdstringRequiredExact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged.
payloadobjectRequiredNative fields for one entity, without Amazon's bulk wrapper. Integer identifiers must be decimal strings. Only documented fields are accepted.
confirmbooleanOptionalPreview first; confirm only the exact change authorized by the user. Default: false.
previewTokenstringOptionalExact preview token, valid ten minutes in this workspace and profile.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_update_sd_ad_group",
    "args": {
      "accountId": "<string>",
      "payload": "<object>"
    }
  }
}
Esc

Type to search