linkedin_ create_ campaign_ group
Create a DRAFT campaign group in a selected test account. A write tool that previews before it changes anything, one of 25 LinkedIn Ads tools on the Get MCP…
Create a DRAFT campaign group in a selected test account. 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. |
runSchedule | object | Required | UTC epoch timestamps in milliseconds; optional end must be later than start. |
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_campaign_group",
"args": {
"adAccountId": "<string>",
"name": "<string>",
"runSchedule": "<object>"
}
}
}