outbound_sequencer
ActiveTool of gapup-mcp
Séquences outbound — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub → CFO + CRO B2B SaaS France — Séquence 6 touches multi-canal · Taux réponse +180%. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"offer",
"icp"
],
"properties": {
"icp": {
"type": "object",
"required": [
"sector",
"companySize",
"geography",
"personas"
],
"properties": {
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"personas": {
"type": "array",
"items": {
"enum": [
"ceo",
"cfo",
"cmo",
"cto",
"vp-sales",
"vp-ops",
"chro",
"founder",
"procurement",
"other"
],
"type": "string"
},
"maxItems": 4,
"minItems": 1
},
"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."
},
"offer": {
"type": "object",
"required": [
"name",
"valueProposition",
"mainBenefit"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"mainBenefit": {
"type": "string",
"maxLength": 200,
"minLength": 10
},
"valueProposition": {
"type": "string",
"maxLength": 400,
"minLength": 20
}
}
},
"excludedAngles": {
"type": "string",
"maxLength": 400
},
"targetAccounts": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100,
"minLength": 1
},
"maxItems": 5,
"minItems": 1
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries