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.
- Source
- Snapchat Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ snapchat-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Native Snapchat entity UUID. |
sourceUrl | string | Required | Signed frozen Launcher media URL; bind {$asset,field:"url"}. |
mediaId | string | Required | Native Snapchat entity UUID. |
confirm | boolean | Optional | False previews locally; true applies exactly this reviewed transfer. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_prepare_frozen_upload",
"args": {
"adAccountId": "<string>",
"sourceUrl": "<string>",
"mediaId": "<string>"
}
}
}