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

amazon_ads_update_negative_keyword

Change the state of a Sponsored Products negative keyword. A write tool that previews before it changes anything, one of 103 Amazon Ads tools on the Get MCP…

Change the state of a Sponsored Products negative keyword. Enabling suppresses matching traffic; archiving is irreversible. Preview and confirm the exact entity.

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.
entityIdstringRequiredExact ID of the entity selected by this operation. It must belong to the selected account.
statestringRequiredNative state. ENABLED excludes matching traffic; ARCHIVED is irreversible. Amazon validates supported state transitions. One of: ENABLED, PAUSED, ARCHIVED.
confirmbooleanOptionalFalse previews only. True applies the exact preview explicitly approved by the user. Default: false.
previewTokenstringOptionalToken from this exact preview. Confirm only the change approved by the user; expires in ten minutes.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_update_negative_keyword",
    "args": {
      "accountId": "<string>",
      "entityId": "<string>",
      "state": "ENABLED"
    }
  }
}
Esc

Type to search