snapchat_ update_ segment
Rename or edit retention/description of an audience segment. A write tool that previews before it changes anything, one of 41 Snapchat Ads tools on the Get…
Rename or edit retention/description of an audience segment. Unchanged fields are preserved. Local 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. |
segmentId | unknown | Required | Native audience segment ID (UUID or numeric string). |
name | string | Optional | Audience display name. |
description | string | Optional | Audience description; empty string clears it. |
retentionInDays | integer | Optional | Retention days, subject to audience-type limits. |
confirm | boolean | Optional | Only true applies the previewed change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_update_segment",
"args": {
"adAccountId": "<string>",
"segmentId": "<unknown>"
}
}
}