snapchat_ create_ lookalike
Create a lookalike audience from an owned customer-list seed. A write tool that previews before it changes anything, one of 41 Snapchat Ads tools on the Get…
Create a lookalike audience from an owned customer-list seed. Provider eligibility and sufficient seed size still apply; creation does not guarantee targetable_status READY. Preview unless confirm true.
- Source
- Snapchat Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ snapchat-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Selected Snapchat ad account UUID; never an organization ID. |
name | string | Required | Audience display name. |
seedSegmentId | unknown | Required | Native audience segment ID (UUID or numeric string). |
countries | array | Required | Uppercase ISO 3166-1 country codes for the lookalike. |
type | string | Optional | Lookalike similarity versus reach preference. One of: BALANCE, SIMILARITY, REACH. Default: "BALANCE". |
retentionInDays | integer | Optional | Lookalike retention, at most 180 days. Default: 180. |
confirm | boolean | Optional | Only true applies the previewed change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_create_lookalike",
"args": {
"adAccountId": "<string>",
"name": "<string>",
"seedSegmentId": "<unknown>",
"countries": "<array>"
}
}
}