process_mining
ActiveTool of @gapup/mcp-knowledge
Mining des process — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Gapup Hub — 4 process · €320k gaspillage identifié · 3 quick wins · 5 automations. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"companyName",
"employeeCount",
"topProcesses",
"objectives",
"mainSystems"
],
"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."
},
"objectives": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 4,
"minItems": 1
},
"companyName": {
"type": "string"
},
"mainSystems": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 1
},
"topProcesses": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"department",
"estimatedDurationDays",
"stepCount",
"involvedRoles",
"currentPain"
],
"properties": {
"name": {
"type": "string"
},
"stepCount": {
"type": "number"
},
"department": {
"type": "string"
},
"currentPain": {
"type": "string"
},
"involvedRoles": {
"type": "array",
"items": {
"type": "string"
}
},
"estimatedDurationDays": {
"type": "number"
}
}
},
"maxItems": 6,
"minItems": 2
},
"employeeCount": {
"type": "number"
},
"revenueLostEstimateEur": {
"type": "number"
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries