Amazon update SB auto collection
Replace creative for Sponsored Brands ad creative auto collection. A write tool that previews before it changes anything, one of 103 Amazon Ads tools…
Replace creative for Sponsored Brands ad creative auto collection. 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.
- Source
- Amazon Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
accountId- Endpoint
- https:/
/ mcp. getmcpads. com/ amazon-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
accountId | string | Required | Exact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged. |
payload | object | Required | Native fields for one entity, without Amazon's bulk wrapper. Integer identifiers must be decimal strings. Only documented fields are accepted. |
confirm | boolean | Optional | Preview first; confirm only the exact change authorized by the user. Default: false. |
previewToken | string | Optional | Exact preview token, valid ten minutes in this workspace and profile. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_update_sb_ad_creative_auto_collection",
"args": {
"accountId": "<string>",
"payload": "<object>"
}
}
}