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_toolsandrun_tool - Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ rtb-house/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | RTB House advertiser hash. Use list_accounts for the selected accounts. |
status | string | Required | Requested delivery status. ACTIVE may resume spending. One of: ACTIVE, PAUSED. |
expectedStatus | string | Optional | Required to apply: current status observed in the preview. Refuses if it has changed. One of: ACTIVE, PAUSED, NEW, READY. |
confirm | boolean | Optional | False previews the change. True applies the explicitly approved change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "rtb_house_update_advertiser_status",
"args": {
"advertiserId": "<string>",
"status": "ACTIVE"
}
}
}