# linkedin_initialize_upload

> Initialize image/video upload to selected test account library. A write tool that previews before it changes anything, one of 25 LinkedIn Ads tools…

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

Initialize image/video upload to selected test account library. Returns signed receipt for chunk upload/finalization. No arbitrary upload host accepted.

> **Note** Advertising API Development tier. Test-account writes only; Standard access is not yet approved.

> **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 | [LinkedIn Ads](https://www.getmcpads.com/docs/sources/linkedin-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/linkedin-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | Selected LinkedIn advertising account, numeric ID. |
| `kind` | string | Required | Native resource type to read or modify. One of: `image`, `video`. |
| `name` | string | Required | Name stored in LinkedIn; does not rename source files or organic posts. |
| `fileSizeBytes` | integer | Required | Exact binary file size in bytes; images up to 8 MiB, videos up to 200 MiB. |
| `confirm` | boolean | Optional | Preview unless true. Writes are restricted to native LinkedIn test accounts. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "linkedin_initialize_upload",
    "args": {
      "adAccountId": "<string>",
      "kind": "image",
      "name": "<string>",
      "fileSizeBytes": "<integer>"
    }
  }
}
```

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

---

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