linkedin_ get_ creatives
List the creatives of a LinkedIn ad account, optionally for given campaigns. One of 25 LinkedIn Ads tools on the Get MCP Ads MCP gateway.
List the creatives of a LinkedIn ad account, optionally for given campaigns. A creative is the ad itself, and it carries its own intended status, its review verdict and the reasons it is being held back.
- Source
- LinkedIn Ads
- Kind
- Read
- 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. |
campaignIds | array | Optional | Sponsored campaign IDs or URNs. |
intendedStatuses | array | Optional | Filter by native configured ad statuses, not effective delivery status. |
includeContent | boolean | Optional | Return the raw content object of each creative. Off by default. |
pageSize | integer | Optional | pageSize. |
pageToken | string | Optional | Opaque nextPageToken from the preceding response; omit for the first page. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "linkedin_get_creatives",
"args": {
"adAccountId": "<string>"
}
}
}