create_campaign_for_audience
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Create a campaign targeting an existing audience (200 credits — campaign launch)
Parameters schema
{
"type": "object",
"title": "create_campaign_for_audienceArguments",
"required": [
"platform",
"campaign_name",
"audience_id"
],
"properties": {
"headline": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Headline",
"default": null
},
"platform": {
"type": "string",
"title": "Platform"
},
"final_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Final Url",
"default": null
},
"image_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Image Url",
"default": null
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"audience_id": {
"type": "string",
"title": "Audience Id"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Description",
"default": null
},
"daily_budget": {
"type": "number",
"title": "Daily Budget",
"default": 25
},
"campaign_name": {
"type": "string",
"title": "Campaign Name"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries