# 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…

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Snapchat Ads](https://www.getmcpads.com/docs/sources/snapchat-ads)

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.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [Snapchat Ads](https://www.getmcpads.com/docs/sources/snapchat-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/snapchat-ads/mcp |

## Parameters

| 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 it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "snapchat_upload_media_part",
    "args": {
      "adAccountId": "<string>",
      "mediaId": "<string>",
      "uploadId": "<string>",
      "addPath": "<string>",
      "partNumber": "<integer>",
      "base64": "<string>"
    }
  }
}
```

- [Snapchat Ads metrics](https://www.getmcpads.com/docs/sources/snapchat-ads/metrics): What you can ask for.
- [Snapchat Ads dimensions](https://www.getmcpads.com/docs/sources/snapchat-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/snapchat-ads/tools/snapchat_upload_media_part
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
