set_meta_campaign_status
ActiveTool of Hermoso
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries