amazon_ ads_ prepare_ asset_ upload
Prepare an Amazon image/video upload for this profile. A write tool that previews before it changes anything, one of 103 Amazon Ads tools on the Get MCP Ads…
Prepare an Amazon image/video upload for this profile. After preview/confirmation, returns a short-lived native S3 URL. PUT the file bytes to that exact URL without Amazon bearer credentials, with the returned content type, then call register_uploaded_asset with uploadToken. This does not create or activate 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. |
fileName | string | Required | File name including a supported image or video extension. |
contentType | string | Required | Actual MIME type of the bytes that will be uploaded. One of: image/png, image/jpeg, video/mp4, video/quicktime. |
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_prepare_asset_upload",
"args": {
"accountId": "<string>",
"fileName": "<string>",
"contentType": "image/png"
}
}
}