create_campaign_plan
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Create or update a campaign launch plan (5 credits). Use plan_key for idempotency.
Parameters schema
{
"type": "object",
"title": "create_campaign_planArguments",
"required": [
"plan_key",
"title"
],
"properties": {
"title": {
"type": "string",
"title": "Title"
},
"plan_key": {
"type": "string",
"title": "Plan Key"
},
"brief_json": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Brief Json",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries