Skip to content
Get MCP AdsGet MCP Ads, home

linkedin_finalize_upload

Finalize a video after all signed parts were uploaded. A write tool that previews before it changes anything, one of 25 LinkedIn Ads tools on the Get MCP…

Finalize a video after all signed parts were uploaded. Check processing with linkedin_get_media until AVAILABLE; never substitute the cover for video.

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.
receiptstringRequiredSigned initialization receipt returned by linkedin_initialize_upload; preserve it exactly.
partReceiptsarrayRequiredSigned receipts returned by linkedin_upload_part, one for every video part.
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_finalize_upload",
    "args": {
      "adAccountId": "<string>",
      "receipt": "<string>",
      "partReceipts": "<array>"
    }
  }
}
Esc

Type to search