snapchat_ finalize_ frozen_ upload
Finalize only after every frozen upload part has an acknowledged signed partReceipt.
Finalize only after every frozen upload part has an acknowledged signed partReceipt. Returns mediaId; follow with snapchat_get_media_status until ready:true before creating a creative.
- 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. |
uploadReceipt | string | Required | Opaque receipt from snapchat_prepare_frozen_upload, bound to this account and frozen original. |
partReceipts | array | Required | Every saved partReceipt from this upload, once each. No missing or duplicate parts. |
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_finalize_frozen_upload",
"args": {
"adAccountId": "<string>",
"uploadReceipt": "<string>",
"partReceipts": "<array>"
}
}
}