amazon_ ads_ get_ sb_ ad_ creatives
Read native Sponsored Brands creative versions for one ad: headline, ASINs, brand logo and image/video asset references.
Read native Sponsored Brands creative versions for one ad: headline, ASINs, brand logo and image/video asset references. Resolve asset IDs with get_creative_asset and ASINs with get_product_metadata. Requires Brands eligibility; no retail scraping.
- Source
- Amazon Ads
- Kind
- Read
- 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. |
adId | string | Required | Exact ad ID in the selected advertising account. |
nextToken | string | Optional | |
maxResults | integer | Optional | Default: 100. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_get_sb_ad_creatives",
"args": {
"accountId": "<string>",
"adId": "<string>"
}
}
}