linkedin_ upload_ part
Upload one base64 file part using the signed initialization receipt. A write tool that previews before it changes anything, one of 25 LinkedIn Ads tools…
Upload one base64 file part using the signed initialization receipt. Up to 8 MiB decoded; file bytes stay at LinkedIn. No token sent to upload host.
- 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. |
partIndex | integer | Required | Zero-based part index returned during upload initialization. |
bytesBase64 | string | Required | Base64 encoding of the exact required part bytes, up to 8 MiB decoded. |
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_upload_part",
"args": {
"adAccountId": "<string>",
"receipt": "<string>",
"partIndex": "<integer>",
"bytesBase64": "<string>"
}
}
}