You're viewing a demo portfolio

Join the waitlist
PRSM

process_mining

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →