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

amazon_ads_update_campaign_status

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

Pause or enable one Amazon Sponsored Products campaign. Enabling can spend money. Preview first, then confirm with expectedStatus from the preview. Amazon enforces profile membership; archived campaigns cannot be restored. 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.
statusstringRequiredStatus selected from the allowed values for this object or operation. One of: ENABLED, PAUSED.
expectedStatusstringOptionalCurrent state from the preview, required when confirming. One of: ENABLED, PAUSED, ARCHIVED.
confirmbooleanOptionalFalse previews. True applies the exact change explicitly approved by the user. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_update_campaign_status",
    "args": {
      "accountId": "<string>",
      "campaignId": "<string>",
      "status": "ENABLED"
    }
  }
}
Esc

Type to search