amazon_ ads_ create_ ad_ group
Create a PAUSED Sponsored Products ad group with a default bid in profile currency.
Create a PAUSED Sponsored Products ad group with a default bid in profile currency. Checks the selected parent campaign. Preview and confirm before creating; 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. |
name | string | Required | Human-readable name for this object. |
defaultBid | 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_ad_group",
"args": {
"accountId": "<string>",
"campaignId": "<string>",
"name": "<string>",
"defaultBid": "<number>"
}
}
}