You're viewing a demo portfolio

Join the waitlist
PRSM

procurement_six_sigma_waste_hunter

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Analyzes procurement waste for COOs using Six Sigma DMAIC framework and EU TED tender data. Identifies non-value-added activities, overprocessing, and inefficiencies in procurement workflows. Inputs include procurement category, time period, and organizational unit. Outputs waste classification, cost impact estimates, and process improvement recommendations. — pass async:true REQUIRED to avoid x402 timeout.

Parameters schema

{
  "type": "object",
  "required": [
    "procurement_category",
    "time_period"
  ],
  "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."
    },
    "time_period": {
      "type": "string",
      "description": "Time period for analysis (e.g., '2023-01-01/2023-12-31')"
    },
    "six_sigma_tool": {
      "enum": [
        "DMAIC",
        "SIPOC",
        "ValueStreamMapping"
      ],
      "type": "string",
      "default": "DMAIC"
    },
    "include_ted_data": {
      "type": "boolean",
      "default": true
    },
    "organizational_unit": {
      "type": "string",
      "description": "Specific business unit or department (e.g., 'EMEA', 'Global Operations')"
    },
    "procurement_category": {
      "type": "string",
      "description": "Specific procurement category to analyze (e.g., 'IT hardware', 'facilities')"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →