enps_auto
ActiveTool of gapup-mcp
eNPS automatisé — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: BlaBlaCar — eNPS pulse mensuel · 700 FTE 8 pays · segments × tenure × manager · plays correctifs ciblés. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"segmentation",
"context",
"toolStack"
],
"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."
},
"focus": {
"type": "string",
"maxLength": 400
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"fte",
"locations",
"targetEnps"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 20
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"locations": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20,
"minItems": 1
},
"targetEnps": {
"type": "number",
"maximum": 100,
"minimum": -100
},
"currentEnps": {
"type": "number",
"maximum": 100,
"minimum": -100
}
}
},
"context": {
"type": "object",
"required": [
"strategicPriorities"
],
"properties": {
"recentChanges": {
"type": "string",
"maxLength": 500
},
"knownPainPoints": {
"type": "string",
"maxLength": 500
},
"strategicPriorities": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 1
}
}
},
"toolStack": {
"type": "object",
"required": [
"bestExisting"
],
"properties": {
"hrisName": {
"type": "string",
"maxLength": 80
},
"surveyTool": {
"type": "string",
"maxLength": 80
},
"bestExisting": {
"type": "boolean"
}
}
},
"segmentation": {
"type": "object",
"required": [
"departments",
"tenureBands",
"avgTenureMonths",
"remotePolicy"
],
"properties": {
"departments": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20,
"minItems": 2
},
"tenureBands": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 2
},
"remotePolicy": {
"enum": [
"full-remote",
"hybrid",
"office-first",
"office-only"
],
"type": "string"
},
"avgTenureMonths": {
"type": "number",
"minimum": 0
}
}
},
"presenterScript": {
"type": "array",
"items": {
"type": "object",
"required": [
"slideId",
"slideTitle",
"narration",
"durationSec"
],
"properties": {
"slideId": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"narration": {
"type": "string",
"maxLength": 1200,
"minLength": 80
},
"motionHint": {
"enum": [
"opening-confidence",
"explaining",
"pointing-at-chart",
"thoughtful-pause",
"emphatic-point",
"nodding-listening",
"hand-gesture-open",
"summary-pose",
"closing-confidence"
],
"type": "string"
},
"slideTitle": {
"type": "string",
"maxLength": 120,
"minLength": 3
},
"durationSec": {
"type": "number",
"maximum": 120,
"minimum": 15
},
"keyPointsToAcknowledge": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 5
}
}
},
"maxItems": 15,
"minItems": 6
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries