snapchat_ upload_ frozen_ image
Upload one frozen PNG/JPEG up to 5 MB into an existing media object. A write tool that previews before it changes anything, one of 46 Snapchat Ads tools…
Upload one frozen PNG/JPEG up to 5 MB into an existing media object. Bounded transfer with one native mutation; no extra multipart steps. Follow /result/mediaId with get_media_status ready:true. Supports large image lots without expanding each image into video upload parts.
- 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 | Native Snapchat entity UUID. |
sourceUrl | string | Required | Signed frozen Launcher media URL; bind {$asset,field:"url"}. |
mediaId | string | Required | Native Snapchat entity UUID. |
confirm | boolean | Optional | False previews locally; true applies exactly this reviewed transfer. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_upload_frozen_image",
"args": {
"adAccountId": "<string>",
"sourceUrl": "<string>",
"mediaId": "<string>"
}
}
}