Inputs
SelectableOption
Output
Type:List[Dict]
Returns the raw list of matching assets from the creative asset library.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Searches the Amazon Ads creative asset library for image and video assets to use in ad creatives
| App | Amazon Ads |
| Operation ID | amazon_ads_search_assets |
| Type | Action |
| Connection | amazon_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Amazon Ads profile whose creative asset library should be searched. |
text | string | No | - | Optional text to search assets by (matches asset names). |
asset_type | string or SelectableOption | No | {'value': 'all', 'label': 'All'} | Filter by asset type: all (default), IMAGE, or VIDEO. |
search_criteria | object or string | No | - | Advanced alternative to the fields above: the raw creative asset library search request, sent as-is. Keys: text, filterCriteria (valueFilters with valueField/values, rangeFilters), sortCriteria (field, order), pageCriteria. Example: {“filterCriteria”: {“valueFilters”: [{“valueField”: “ASSET_TYPE”, “values”: [“IMAGE”]}]}} |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns the raw list of matching assets from the creative asset library.