Skip to content
Get MCP AdsGet MCP Ads, home

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.

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.
namestringRequiredName stored in LinkedIn; does not rename source files or organic posts.
campaignIdstringRequiredNumeric parent campaign ID in the selected account.
imagestringRequiredExact image URN already uploaded into the selected account library.
headlinestringRequiredText ad headline, up to 25 characters.
descriptionstringRequiredText ad body, up to 75 characters.
landingPagestringRequiredHTTPS click destination; separate from the image/video download URL.
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_create_text_ad",
    "args": {
      "adAccountId": "<string>",
      "name": "<string>",
      "campaignId": "<string>",
      "image": "<string>",
      "headline": "<string>",
      "description": "<string>",
      "landingPage": "<string>"
    }
  }
}
Esc

Type to search