M2M Trust Pareto Audit – Defect/Waste/Loss/Rework Ranking is a paid API for AI agents from energybilltoolkit.co.uk, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-15).
Performs deterministic Pareto ranking analysis on a list of defect, waste, loss, or rework categories to identify the vital few contributing most to overall issues.
M2M Trust deterministic analysis tool: Pareto ranking for defect, waste, loss or rework categories.
A deterministically computed Pareto ranking of the input categories, including individual counts, percentage contributions, cumulative percentages, and a classification of which categories fall within the vital-few (typically ~80% of total impact) versus the trivial-many tail.
POSThttps://energybilltoolkit.co.uk/m2m-trust/api/tools/pareto-auditUse this endpoint when you need a fully deterministic, reproducible Pareto ranking without any AI or stochastic variance — ideal for quality audits, Lean Six Sigma workflows, or any scenario where audit trails require consistent outputs given the same inputs. Prefer it over general-purpose analytics tools when you need structured cumulative-percentage breakdowns conforming to Pareto/80-20 methodology.
{
"categories": [
{
"count": 45,
"label": "scratches"
},
{
"count": 30,
"label": "misalignment"
},
{
"count": 12,
"label": "wrong_label"
},
{
"count": 8,
"label": "contamination"
},
{
"count": 5,
"label": "broken_seal"
}
]
}| Field | Type | Description |
|---|---|---|
| categories | array |
{
"status": "Ranked",
"verdict": "Top categories are scratches, misalignment with 75% cumulative contribution.",
"metadata": {
"items": [
{
"rank": 1,
"count": 45,
"label": "scratches",
"share": 0.45,
"cumulative_share": 0.45
},
{
"rank": 2,
"count": 30,
"label": "misalignment",
"share": 0.3,
"cumulative_share": 0.75
},
{
"rank": 3,
"count": 12,
"label": "wrong_label",
"share": 0.12,
"cumulative_share": 0.87
},
{
"rank": 4,
"count": 8,
"label": "contamination",
"share": 0.08,
"cumulative_share": 0.95
},
{
"rank": 5,
"count": 5,
"label": "broken_seal",
"share": 0.05,
"cumulative_share": 1
}
],
"total": 100,
"category_count": 5
},
"confidence": 0.65
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"