amazon_ ads_ upload_ asset_ bytes
Upload supplied image/video bytes to the native S3 URL bound to the opaque uploadToken from prepare_asset_upload.
Upload supplied image/video bytes to the native S3 URL bound to the opaque uploadToken from prepare_asset_upload. No bearer credentials are sent to S3. Preview/confirmation binds the byte digest. Register the asset afterwards; this does not create an ad.
- 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 workspace/profile-bound upload token returned by prepare_asset_upload. |
bytesBase64 | string | Required | Exact image/video bytes encoded as base64, up to 16 MiB. |
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_upload_asset_bytes",
"args": {
"accountId": "<string>",
"uploadToken": "<string>",
"bytesBase64": "<string>"
}
}
}