lead_magnets
ActiveTool of gapup-mcp
Aimants à leads — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Spendesk — Guide trésorerie startup SaaS B2B FR/EU (2024). Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"icp",
"leadMagnet",
"brand"
],
"properties": {
"icp": {
"type": "object",
"required": [
"persona",
"industry",
"companySize",
"mainPain",
"geography"
],
"properties": {
"persona": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"industry": {
"type": "string",
"maxLength": 150,
"minLength": 3
},
"mainPain": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"geography": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"companySize": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"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."
},
"brand": {
"type": "object",
"required": [
"name",
"sector",
"cta"
],
"properties": {
"cta": {
"type": "string",
"maxLength": 150,
"minLength": 5
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 150,
"minLength": 3
}
}
},
"leadMagnet": {
"type": "object",
"required": [
"topic",
"format",
"targetDownloads",
"budget"
],
"properties": {
"topic": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"budget": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"format": {
"enum": [
"ebook",
"benchmark",
"calculatrice",
"checklist",
"template",
"guide",
"rapport-sectoriel",
"mini-cours"
],
"type": "string"
},
"targetDownloads": {
"type": "string",
"maxLength": 80,
"minLength": 2
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries