snapchat_ update_ status
Pause or activate a campaign, ad squad or ad. A write tool that previews before it changes anything, one of 24 Snapchat Ads tools on the Get MCP Ads MCP…
Pause or activate a campaign, ad squad or ad. Preview by default; activating production entities can spend budget.
- 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. |
kind | string | Required | Entity type to update. One of: campaign, adsquad, ad. |
entityId | string | Required | Native Snapchat entity UUID. |
status | string | Required | Explicit requested delivery status. One of: PAUSED, ACTIVE. |
confirm | boolean | Optional | Only true applies the previewed change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_update_status",
"args": {
"adAccountId": "<string>",
"kind": "campaign",
"entityId": "<string>",
"status": "PAUSED"
}
}
}