customer_voice_synth
ActiveTool of gapup-mcp
Synthèse voix client — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Alan (assurance santé) — 3 personas · Top 5 douleurs · Repositionnement messagerie recommandé. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"dataSources",
"targetSegments"
],
"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",
"product"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"product": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"dataSources": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"volume"
],
"properties": {
"type": {
"enum": [
"reviews",
"support-tickets",
"nps-verbatims",
"user-interviews",
"social",
"churn-surveys"
],
"type": "string"
},
"volume": {
"type": "number",
"minimum": 0
},
"description": {
"type": "string",
"maxLength": 200
}
}
},
"maxItems": 6,
"minItems": 1
},
"targetSegments": {
"type": "array",
"items": {
"type": "string",
"maxLength": 80
},
"maxItems": 5,
"minItems": 1
},
"repositioningFocus": {
"type": "string",
"maxLength": 300,
"minLength": 10
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries