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

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.

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
adAccountIdstringRequiredSelected Snapchat ad account UUID; never an organization ID.
mediaIdstringRequiredNative Snapchat entity UUID.
uploadIdstringRequiredNative Snapchat entity UUID.
finalizePathstringRequiredExact finalize_path returned by upload initialization.
confirmbooleanOptionalOnly true applies the previewed change. Default: false.

Calling itLink to this section

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

Type to search