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.
- 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. |
fileName | string | Required | Video filename including extension, without directories. |
fileSize | integer | Required | Total decoded video size in bytes, at most 256 MiB. |
numberOfParts | integer | Required | Number of nonempty parts, each at most 8 MiB. |
confirm | boolean | Optional | Only true applies the previewed change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_init_media_upload",
"args": {
"adAccountId": "<string>",
"mediaId": "<string>",
"fileName": "<string>",
"fileSize": "<integer>",
"numberOfParts": "<integer>"
}
}
}