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.
- 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. |
campaignId | string | Required | Exact campaign ID in the selected advertising account. |
status | string | Required | Status selected from the allowed values for this object or operation. One of: ENABLED, PAUSED. |
expectedStatus | string | Optional | Current state from the preview, required when confirming. One of: ENABLED, PAUSED, ARCHIVED. |
confirm | boolean | Optional | False previews. True applies the exact change explicitly approved by the user. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_update_campaign_status",
"args": {
"accountId": "<string>",
"campaignId": "<string>",
"status": "ENABLED"
}
}
}