linkedin_ create_ text_ ad
Create a DRAFT text ad with an existing account-library image. A write tool that previews before it changes anything, one of 25 LinkedIn Ads tools…
Create a DRAFT text ad with an existing account-library image. Preview by default.
- 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. |
name | string | Required | Name stored in LinkedIn; does not rename source files or organic posts. |
campaignId | string | Required | Numeric parent campaign ID in the selected account. |
image | string | Required | Exact image URN already uploaded into the selected account library. |
headline | string | Required | Text ad headline, up to 25 characters. |
description | string | Required | Text ad body, up to 75 characters. |
landingPage | string | Required | HTTPS click destination; separate from the image/video download URL. |
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_create_text_ad",
"args": {
"adAccountId": "<string>",
"name": "<string>",
"campaignId": "<string>",
"image": "<string>",
"headline": "<string>",
"description": "<string>",
"landingPage": "<string>"
}
}
}