process_mapping
ActiveTool of gapup-mcp
Mapping des process opérationnels — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Decathlon France — process Retour produit en magasin · 1700 magasins · 200 retours/j/magasin · -30 à -50% temps cible. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"processes"
],
"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"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 1
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"locations": {
"type": "integer",
"minimum": 1
},
"toolStack": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 30
}
}
},
"processes": {
"type": "array",
"items": {
"type": "object",
"required": [
"processId",
"processName",
"description"
],
"properties": {
"processId": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"description": {
"type": "string",
"maxLength": 400,
"minLength": 20
},
"processName": {
"type": "string",
"maxLength": 160,
"minLength": 4
},
"currentPainPoints": {
"type": "string",
"maxLength": 500,
"minLength": 10
},
"estimatedVolumePerDay": {
"type": "number",
"minimum": 0
}
}
},
"maxItems": 8,
"minItems": 1
},
"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.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries