amazon_ ads_ register_ uploaded_ asset
Register bytes already uploaded to the Amazon URL from prepare_asset_upload.
Register bytes already uploaded to the Amazon URL from prepare_asset_upload. Binds the source URL to the workspace/profile; arbitrary URLs are not accepted. Preview then confirm. Returns native assetId, versionId and specification failures. Images/videos remain subject to placement requirements and moderation.
- 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. |
uploadToken | string | Required | Opaque profile-bound token from prepare_asset_upload after successful byte upload. |
name | string | Required | Human-readable name for this object. |
tags | array | Optional | Optional searchable library tags. |
asins | array | Optional | Optional product ASIN associations in this marketplace. |
confirm | boolean | Optional | Preview first; confirm only the exact change authorized by the user. Default: false. |
previewToken | string | Optional | Exact preview token, valid ten minutes in this workspace and profile. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_register_uploaded_asset",
"args": {
"accountId": "<string>",
"uploadToken": "<string>",
"name": "<string>"
}
}
}