Skip to content
Get MCP AdsGet MCP Ads, home

snapchat_init_media_upload

Initialize a chunked video upload, up to 256 MiB across at most 32 parts of 8 MiB.

Initialize a chunked video upload, up to 256 MiB across at most 32 parts of 8 MiB. Returns upload_id, add_path and finalize_path to use for subsequent calls. 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.
fileNamestringRequiredVideo filename including extension, without directories.
fileSizeintegerRequiredTotal decoded video size in bytes, at most 256 MiB.
numberOfPartsintegerRequiredNumber of nonempty parts, each at most 8 MiB.
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_init_media_upload",
    "args": {
      "adAccountId": "<string>",
      "mediaId": "<string>",
      "fileName": "<string>",
      "fileSize": "<integer>",
      "numberOfParts": "<integer>"
    }
  }
}
Esc

Type to search