Skip to content
Get MCP AdsGet MCP Ads, home
View as Markdown

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.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
accountId
Endpoint
https://mcp.getmcpads.com/amazon-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
accountIdstringRequiredExact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged.
uploadTokenstringRequiredOpaque profile-bound token from prepare_asset_upload after successful byte upload.
namestringRequiredHuman-readable name for this object.
tagsarrayOptionalOptional searchable library tags.
asinsarrayOptionalOptional product ASIN associations in this marketplace.
confirmbooleanOptionalPreview first; confirm only the exact change authorized by the user. Default: false.
previewTokenstringOptionalExact preview token, valid ten minutes in this workspace and profile.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_register_uploaded_asset",
    "args": {
      "accountId": "<string>",
      "uploadToken": "<string>",
      "name": "<string>"
    }
  }
}
Esc

Type to search