snapchat_ upload_ media_ part
Upload one video part, at most 8 MiB decoded. A write tool that previews before it changes anything, one of 41 Snapchat Ads tools on the Get MCP Ads MCP…
Upload one video part, at most 8 MiB decoded. Use the exact add_path and upload_id returned by init_media_upload. Preview never sends bytes.
- 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. |
addPath | string | Required | Exact add_path returned by upload initialization. |
partNumber | integer | Required | One-based part number from 1 through numberOfParts. |
base64 | string | Required | Base64-encoded bytes of this part, without a data URL prefix. |
confirm | boolean | Optional | Only true applies the previewed change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_upload_media_part",
"args": {
"adAccountId": "<string>",
"mediaId": "<string>",
"uploadId": "<string>",
"addPath": "<string>",
"partNumber": "<integer>",
"base64": "<string>"
}
}
}