pinterest_ update_ ad_ status
Update the status of an existing ad. A write tool that previews before it changes anything, one of 52 Pinterest Ads tools on the Get MCP Ads MCP gateway.
Update the status of an existing ad. Preview by default. No automatic mutation retry. Native API eligibility and scopes still apply.
- 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 | Selected Pinterest advertiser account. All requests use this account context. |
adId | string | Required | Numeric Pinterest entity ID in the selected advertiser context. |
status | string | Required | Requested entity status; ACTIVE can resume real delivery in production. One of: ACTIVE, PAUSED, ARCHIVED. |
confirm | boolean | Optional | Only true applies the displayed change. Omit for a local preview. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_update_ad_status",
"args": {
"adAccountId": "<string>",
"adId": "<string>",
"status": "ACTIVE"
}
}
}