customer_marketing
ActiveTool of gapup-mcp
Marketing clients & ambassadeurs — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub — 12 clients analysés · 4 ambassadeurs identifiés · Programme + 6 case studies + référral. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"product",
"customers",
"goals"
],
"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."
},
"goals": {
"type": "array",
"items": {
"enum": [
"case-studies",
"testimonials",
"referrals",
"ambassadors",
"community",
"upsell"
],
"type": "string"
},
"maxItems": 6,
"minItems": 1
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"sector": {
"type": "string",
"maxLength": 100
}
}
},
"product": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
}
}
},
"customers": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name"
],
"properties": {
"id": {
"type": "string",
"maxLength": 20
},
"name": {
"type": "string",
"maxLength": 100
},
"arrEur": {
"type": "number",
"minimum": 0
},
"tenure": {
"type": "string",
"maxLength": 50
},
"useCase": {
"type": "string",
"maxLength": 300
},
"industry": {
"type": "string",
"maxLength": 100
},
"npsScore": {
"type": "number",
"maximum": 10,
"minimum": 0
},
"keyContact": {
"type": "string",
"maxLength": 100
},
"usageRatePct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"referenceWilling": {
"type": "boolean"
}
}
},
"maxItems": 30,
"minItems": 3
},
"targetUseCases": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 5
},
"contentBudgetEur": {
"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