Skip to content
Get MCP AdsGet MCP Ads, home
Start free

meta_update_adset_status

Pause or reactivate a Meta ad set. A write tool that previews before it changes anything, one of 39 Meta Ads tools on the Get MCP Ads MCP gateway.

Pause or reactivate a Meta ad set. Previews by default: without confirm: true, the tool describes the change without applying it.

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

ParametersLink to this section

NameTypeRequiredNotes
adSetIdstringRequiredad set ID.
adAccountIdstringRequiredOwning ad account (act_… or bare ID).
statusstringRequiredACTIVE reactivates, PAUSED stops delivery. One of: ACTIVE, PAUSED.
confirmbooleanOptionalSet to true to actually apply the change. Without it, the tool only previews.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_update_adset_status",
    "args": {
      "adSetId": "<string>",
      "adAccountId": "<string>",
      "status": "ACTIVE"
    }
  }
}
Esc

Type to search