snapchat_ finalize_ media_ upload
Finalize a video upload after all parts succeeded. A write tool that previews before it changes anything, one of 41 Snapchat Ads tools on the Get MCP Ads…
Finalize a video upload after all parts succeeded. Use the exact finalize_path and upload_id returned by init_media_upload. Preview unless confirm true.
- 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 | Selected Snapchat ad account UUID; never an organization ID. |
mediaId | string | Required | Native Snapchat entity UUID. |
uploadId | string | Required | Native Snapchat entity UUID. |
finalizePath | string | Required | Exact finalize_path returned by upload initialization. |
confirm | boolean | Optional | Only true applies the previewed change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_finalize_media_upload",
"args": {
"adAccountId": "<string>",
"mediaId": "<string>",
"uploadId": "<string>",
"finalizePath": "<string>"
}
}
}