event_marketing
ActiveTool of gapup-mcp
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries