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…
Initialize image/video upload to selected test account library. Returns signed receipt for chunk upload/finalization. No arbitrary upload host accepted.
- Source
- LinkedIn Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ linkedin-ads/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "linkedin_initialize_upload",
"args": {
"adAccountId": "<string>",
"kind": "image",
"name": "<string>",
"fileSizeBytes": "<integer>"
}
}
}