set_spend_alert
ActiveTool of io.github.jshorwitz/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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries