You're viewing a demo portfolio

Join the waitlist
PRSM

create_campaign_plan

Active

Tool of io.github.Synter-Media-AI/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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.Synter-Media-AI/synter-ads

https://github.com/Synter-Media-AI/mcp-server

4/7 registries
View full server →