Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

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.

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

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredPinterest ad account ID.
adGroupIdstringRequiredAd group ID.
statusstringRequiredNew status. One of: ACTIVE, PAUSED, ARCHIVED.
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": "pinterest_update_adgroup_status",
    "args": {
      "adAccountId": "<string>",
      "adGroupId": "<string>",
      "status": "ACTIVE"
    }
  }
}
Esc

Type to search