amazon_ ads_ get_ creative_ asset
Refresh one native Amazon image/video asset in the selected profile. One of 103 Amazon Ads tools on the Get MCP Ads MCP gateway.
Refresh one native Amazon image/video asset in the selected profile. Returns every version and its files; no guessed URLs and no cross-profile fallback. Pass its native assetId from list_creative_assets.
- 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. |
assetId | string | Required | Exact provider asset ID. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_get_creative_asset",
"args": {
"accountId": "<string>",
"assetId": "<string>"
}
}
}