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

snapchat_prepare_frozen_upload

Prepare a resumable upload for an existing media object from a frozen Launcher file.

Prepare a resumable upload for an existing media object from a frozen Launcher file. Images: PNG/JPEG up to 5 MB. Videos: MP4/MOV up to the shared 500 MB limit. Returns a signed receipt and part count; does not create another media or ad.

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

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredNative Snapchat entity UUID.
sourceUrlstringRequiredSigned frozen Launcher media URL; bind {$asset,field:"url"}.
mediaIdstringRequiredNative Snapchat entity UUID.
confirmbooleanOptionalFalse previews locally; true applies exactly this reviewed transfer. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "snapchat_prepare_frozen_upload",
    "args": {
      "adAccountId": "<string>",
      "sourceUrl": "<string>",
      "mediaId": "<string>"
    }
  }
}
Esc

Type to search