amazon_ ads_ update_ campaign_ negative_ keyword
Change the state of a Sponsored Products campaign negative keyword. A write tool that previews before it changes anything, one of 103 Amazon Ads tools…
Change the state of a Sponsored Products campaign negative keyword. Enabling suppresses matching traffic; archiving is irreversible. Preview and confirm the exact entity.
- 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. |
entityId | string | Required | Exact ID of the entity selected by this operation. It must belong to the selected account. |
state | string | Required | Native state. ENABLED excludes matching traffic; ARCHIVED is irreversible. Amazon validates supported state transitions. One of: ENABLED, PAUSED, ARCHIVED. |
confirm | boolean | Optional | False previews only. True applies the exact preview explicitly approved by the user. Default: false. |
previewToken | string | Optional | Token from this exact preview. Confirm only the change approved by the user; expires in ten minutes. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_update_campaign_negative_keyword",
"args": {
"accountId": "<string>",
"entityId": "<string>",
"state": "ENABLED"
}
}
}