setup_google_ads_trial_funnel
ActiveTool of io.github.Synter-Media-AI/synter-ads
Set up a complete Google Ads trial acquisition funnel: branded Search campaign (maximize clicks, builds conversion history), PMax campaign (maximize conversions), and Display retargeting campaign — all pointing to a Synter-hosted landing page. Requires an active Google Ads connection. (15 credits)
Parameters schema
{
"type": "object",
"title": "setup_google_ads_trial_funnelArguments",
"required": [
"landing_page_url",
"business_name"
],
"properties": {
"trial_days": {
"type": "integer",
"title": "Trial Days",
"default": 30
},
"month_label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Month Label",
"default": null
},
"business_name": {
"type": "string",
"title": "Business Name"
},
"landing_page_url": {
"type": "string",
"title": "Landing Page Url"
},
"total_daily_budget": {
"type": "number",
"title": "Total Daily Budget",
"default": 50
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries