snapchat_ update_ adsquad
Update Snapchat adsquad configuration, including name, targeting, schedule and budget.
Update Snapchat adsquad configuration, including name, targeting, schedule and budget. Preview by default; ownership checked before applying.
- 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. |
entityId | string | Required | Native Snapchat entity UUID. |
spec | object | Required | Native Snap fields; budgets are integer micro currency units (1 currency unit = 1,000,000). Call snapchat_get_write_schema first. |
confirm | boolean | Optional | Only true applies the previewed change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_update_adsquad",
"args": {
"adAccountId": "<string>",
"entityId": "<string>",
"spec": "<object>"
}
}
}