# amazon_ads_list_creative_assets

> Search the Amazon creative asset library: images, logos and videos, native download/playback URLs, sizes and moderation metadata.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Amazon Ads](https://www.getmcpads.com/docs/sources/amazon-ads)

Search the Amazon creative asset library: images, logos and videos, native download/playback URLs, sizes and moderation metadata. One page; continue with nextToken using the same filters. Uploaded assets are not proof of campaign use or delivery. Sponsored Products images come from get_product_metadata instead.

> **Note** Connect Amazon and explicitly select the profiles your assistant may access. Tested with an Amazon test account. Product, brand and format eligibility are enforced by Amazon; DSP and AMC are separate products.

|  |  |
| --- | --- |
| Source | [Amazon Ads](https://www.getmcpads.com/docs/sources/amazon-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `accountId` |
| Endpoint | https://mcp.getmcpads.com/amazon-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `accountId` | string | Required | Exact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged. |
| `text` | string | Optional |  |
| `assetType` | string | Optional | One of: `IMAGE`, `VIDEO`. |
| `limit` | integer | Optional | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. Default: `50`. |
| `nextToken` | string | Optional |  |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_list_creative_assets",
    "args": {
      "accountId": "<string>"
    }
  }
}
```

- [Amazon Ads metrics](https://www.getmcpads.com/docs/sources/amazon-ads/metrics): What you can ask for.
- [Amazon Ads dimensions](https://www.getmcpads.com/docs/sources/amazon-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/amazon-ads/tools/amazon_ads_list_creative_assets
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
