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_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adSetId | string | Required | ad set ID. |
adAccountId | string | Required | Owning ad account (act_… or bare ID). |
status | string | Required | ACTIVE reactivates, PAUSED stops delivery. One of: ACTIVE, PAUSED. |
confirm | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_update_adset_status",
"args": {
"adSetId": "<string>",
"adAccountId": "<string>",
"status": "ACTIVE"
}
}
}