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

rtb_house_update_advertiser_status

Pause or activate the ENTIRE RTB House advertiser. A write tool that previews before it changes anything, one of 7 RTB House tools on the Get MCP Ads MCP…

Pause or activate the ENTIRE RTB House advertiser. This controls delivery across its campaigns. Preview first, then confirm:true with expectedStatus. Activation may resume spending across active campaigns.

Source
RTB House
Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
advertiserId
Endpoint
https://mcp.getmcpads.com/rtb-house/mcp

ParametersLink to this section

NameTypeRequiredNotes
advertiserIdstringRequiredRTB House advertiser hash. Use list_accounts for the selected accounts.
statusstringRequiredRequested delivery status. ACTIVE may resume spending. One of: ACTIVE, PAUSED.
expectedStatusstringOptionalRequired to apply: current status observed in the preview. Refuses if it has changed. One of: ACTIVE, PAUSED, NEW, READY.
confirmbooleanOptionalFalse previews the change. True applies the explicitly approved change. Default: false.

Calling itLink to this section

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

Type to search