Skip to content
Get MCP AdsGet MCP Ads, home

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.

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
adAccountIdstringRequiredNative Snapchat entity UUID.
sourceUrlstringRequiredSigned frozen Launcher media URL; bind {$asset,field:"url"}.
mediaIdstringRequiredNative Snapchat entity UUID.
confirmbooleanOptionalFalse previews locally; true applies exactly this reviewed transfer. Default: false.

Calling itLink to this section

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

Type to search