Skip to content
Get MCP AdsGet MCP Ads, home

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.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/linkedin-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredSelected LinkedIn advertising account, numeric ID.
kindstringRequiredNative resource type to read or modify. One of: image, video.
namestringRequiredName stored in LinkedIn; does not rename source files or organic posts.
fileSizeBytesintegerRequiredExact binary file size in bytes; images up to 8 MiB, videos up to 200 MiB.
confirmbooleanOptionalPreview unless true. Writes are restricted to native LinkedIn test accounts. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "linkedin_initialize_upload",
    "args": {
      "adAccountId": "<string>",
      "kind": "image",
      "name": "<string>",
      "fileSizeBytes": "<integer>"
    }
  }
}
Esc

Type to search