Skip to content
Get MCP AdsGet MCP Ads, home

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.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/snapchat-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredSelected Snapchat ad account UUID; never an organization ID.
kindstringRequiredEntity type to update. One of: campaign, adsquad, ad.
entityIdstringRequiredNative Snapchat entity UUID.
statusstringRequiredExplicit requested delivery status. One of: PAUSED, ACTIVE.
confirmbooleanOptionalOnly true applies the previewed change. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "snapchat_update_status",
    "args": {
      "adAccountId": "<string>",
      "kind": "campaign",
      "entityId": "<string>",
      "status": "PAUSED"
    }
  }
}
Esc

Type to search