forecast_campaign
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Forecast campaign KPIs (spend, CPA, ROAS, clicks, conversions) for 7-30 days with confidence intervals (2 credits)
Parameters schema
{
"type": "object",
"title": "forecast_campaign_toolArguments",
"properties": {
"metric": {
"type": "string",
"title": "Metric",
"default": "spend"
},
"horizon": {
"type": "integer",
"title": "Horizon",
"default": 14
},
"platform": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Platform",
"default": null
},
"campaign_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Campaign Id",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries