pinterest_ update_ adgroup_ status
Pause, reactivate or archive a Pinterest ad group. A write tool that previews before it changes anything, one of 31 Pinterest Ads tools on the Get MCP Ads…
Pause, reactivate or archive a Pinterest ad group. Previews by default.
- Source
- Pinterest Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Pinterest ad account ID. |
adGroupId | string | Required | Ad group ID. |
status | string | Required | New status. One of: ACTIVE, PAUSED, ARCHIVED. |
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": "pinterest_update_adgroup_status",
"args": {
"adAccountId": "<string>",
"adGroupId": "<string>",
"status": "ACTIVE"
}
}
}