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

amazon_ads_create_campaign_negative_keyword

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

Create one Sponsored Products campaign negative keyword. Negative criteria start ENABLED and suppress matching traffic in their parent scope. Preview and confirm; requires a paid plan.

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.
campaignIdstringRequiredExact campaign ID in the selected advertising account.
keywordTextstringRequiredExact text to exclude.
matchTypestringRequiredNative negative keyword matching. One of: NEGATIVE_EXACT, NEGATIVE_PHRASE.
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_create_campaign_negative_keyword",
    "args": {
      "accountId": "<string>",
      "campaignId": "<string>",
      "keywordText": "<string>",
      "matchType": "NEGATIVE_EXACT"
    }
  }
}
Esc

Type to search