amazon_ ads_ create_ target
Create one Sponsored Products target. A write tool that previews before it changes anything, one of 103 Amazon Ads tools on the Get MCP Ads MCP gateway.
Create one Sponsored Products target. Validates campaign/ad group ownership. Positive ads/targets/keywords start PAUSED; a negative keyword starts ENABLED and can suppress traffic. Product ads require exactly one seller SKU or vendor/author ASIN. Product targeting accepts an exact ASIN or native manual product/category/brand expressions. Preview and confirm; 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. |
adGroupId | string | Required | Exact ad group ID in the selected advertising account. |
asin | string | Optional | Exact-ASIN shortcut; use this or expression. |
expression | array | Optional | Native manual product/category/brand refinements. Supply this or asin, never both. Amazon validates compatible predicate combinations. |
bid | number | Required | Positive budget or bid in the selected profile currency, not micros. Amazon enforces marketplace-specific limits. |
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_create_target",
"args": {
"accountId": "<string>",
"campaignId": "<string>",
"adGroupId": "<string>",
"bid": "<number>"
}
}
}