You're viewing a demo portfolio

Join the waitlist
PRSM

event_marketing

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Marketing événementiel — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Pennylane (€120k/an budget événements) — 7 événements sélectionnés · coût-MQL -38% vs année précédente. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "targetAudience",
    "annualBudgetEur",
    "objectives",
    "teamSize",
    "geography",
    "currentEvents"
  ],
  "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
        }
      }
    },
    "teamSize": {
      "type": "number",
      "maximum": 50,
      "minimum": 1
    },
    "geography": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 60
      },
      "maxItems": 5,
      "minItems": 1
    },
    "objectives": {
      "type": "array",
      "items": {
        "enum": [
          "pipeline-generation",
          "brand-awareness",
          "customer-retention",
          "recruiting",
          "partner-network"
        ],
        "type": "string"
      },
      "minItems": 1
    },
    "currentEvents": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "type",
          "roiRating"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "roiRating": {
            "enum": [
              "poor",
              "ok",
              "good"
            ],
            "type": "string"
          }
        }
      },
      "maxItems": 5,
      "minItems": 0
    },
    "targetAudience": {
      "type": "string",
      "maxLength": 200,
      "minLength": 5
    },
    "annualBudgetEur": {
      "type": "number",
      "minimum": 0
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →