You're viewing a demo portfolio

Join the waitlist
PRSM

paid_ads_optimizer

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Optimiseur de publicités payantes — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Spendesk (Google + LinkedIn · €45k/mo) — €9k/mo gaspillés identifiés · ROAS LinkedIn ×2.4. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "campaigns",
    "totalMonthlyBudgetEur",
    "targetMetric",
    "audienceDescription"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        }
      }
    },
    "campaigns": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "platform",
          "monthlyBudgetEur",
          "objective"
        ],
        "properties": {
          "cpc": {
            "type": "number",
            "minimum": 0
          },
          "platform": {
            "enum": [
              "google",
              "meta",
              "linkedin",
              "tiktok",
              "twitter"
            ],
            "type": "string"
          },
          "objective": {
            "type": "string",
            "maxLength": 60,
            "minLength": 3
          },
          "currentRoas": {
            "type": "number",
            "minimum": 0
          },
          "monthlyBudgetEur": {
            "type": "number",
            "minimum": 0
          }
        }
      },
      "maxItems": 5,
      "minItems": 1
    },
    "targetMetric": {
      "enum": [
        "roas",
        "cpl",
        "cac",
        "ctr"
      ],
      "type": "string"
    },
    "audienceDescription": {
      "type": "string",
      "maxLength": 300,
      "minLength": 10
    },
    "totalMonthlyBudgetEur": {
      "type": "number",
      "minimum": 0
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
paid_ads_optimizer — @gapup/mcp-knowledge — PRSM MCP