You're viewing a demo portfolio

Join the waitlist
PRSM

set_meta_campaign_status

Active

Tool of Hermoso

declared in 1.0.0

Turn a campaign ON (ACTIVE) or OFF (PAUSED). ACTIVATING STARTS REAL AD SPEND — you MUST first show the user the campaign name + its daily budget, get an explicit yes, then call with status:"ACTIVE" and confirm:true. Pausing is always safe. Needs ads-management permission.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "campaignId",
    "status"
  ],
  "properties": {
    "status": {
      "enum": [
        "ACTIVE",
        "PAUSED"
      ],
      "type": "string",
      "description": "ACTIVE = start spending; PAUSED = stop"
    },
    "confirm": {
      "type": "boolean",
      "description": "REQUIRED true to activate (real spend) — set only after the user explicitly approved the budget"
    },
    "campaignId": {
      "type": "string",
      "description": "the campaign id (from create_meta_campaign)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Hermoso

https://github.com/hermoso-ai/hermoso

1/7 registries
View full server →
set_meta_campaign_status — Hermoso — PRSM MCP