amazon_ ads_ update_ sb_ negative_ target
Update one Sponsored Brands negative target. A write tool that previews before it changes anything, one of 103 Amazon Ads tools on the Get MCP Ads MCP…
Update one Sponsored Brands negative target. 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_negative_target",
"args": {
"accountId": "<string>",
"payload": "<object>"
}
}
}