linkedin_ update_ media
Rename or archive an owned account-library image/video. A write tool that previews before it changes anything, one of 25 LinkedIn Ads tools on the Get MCP…
Rename or archive an owned account-library image/video. Binary content is immutable; upload a new asset to replace it.
- 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. |
mediaId | string | Required | Exact urn:li:image or urn:li:video associated with the selected account library. |
name | string | Optional | Name stored in LinkedIn; does not rename source files or organic posts. |
mediaLibraryStatus | string | Optional | Archive or restore the library listing; does not replace binary content or alter ad status. One of: ACTIVE, ARCHIVED. |
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_update_media",
"args": {
"adAccountId": "<string>",
"mediaId": "<string>"
}
}
}