You're viewing a demo portfolio

Join the waitlist
PRSM

set_spend_alert

Active

Tool of io.github.Synter-Media-AI/synter-ads

declared in 1.27.0

Set a weekly ad spend alert — notifies via email, Slack, SMS, and/or WhatsApp when total spend exceeds threshold (free)

Parameters schema

{
  "type": "object",
  "title": "set_spend_alertArguments",
  "required": [
    "threshold",
    "email"
  ],
  "properties": {
    "email": {
      "type": "string",
      "title": "Email"
    },
    "phone": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Phone",
      "default": null
    },
    "notify": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Notify",
      "default": "email,slack,sms,whatsapp"
    },
    "platforms": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Platforms",
      "default": "google,meta,reddit"
    },
    "threshold": {
      "type": "number",
      "title": "Threshold"
    }
  }
}

What this tool wraps· 3 endpoints

min confidence0.700.50

Parent server

io.github.Synter-Media-AI/synter-ads

https://github.com/Synter-Media-AI/mcp-server

4/7 registries
View full server →