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