snapchat_ upload_ frozen_ part
Transfer one exact frozen file range using the saved upload receipt. A write tool that previews before it changes anything, one of 46 Snapchat Ads tools…
Transfer one exact frozen file range using the saved upload receipt. One-based part number, at most 8 MiB in memory. Save every partReceipt for finalization; successful parts are never replayed by the Launcher.
- 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"}. |
uploadReceipt | string | Required | Opaque receipt from snapchat_prepare_frozen_upload, bound to this account and frozen original. |
partNumber | integer | Required | One-based part number, at most the preparation receipt numberOfParts. |
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_upload_frozen_part",
"args": {
"adAccountId": "<string>",
"sourceUrl": "<string>",
"uploadReceipt": "<string>",
"partNumber": "<integer>"
}
}
}