bill_of_materials_integrity
Pure, bounded analysis of an explicit bill-of-materials graph: validates structure, finds missing references, duplicate IDs, duplicate edges, and cycles (whole graph, even parts unreachable from the root), and - when the graph is completely clean - exactly explodes root quantity through every assembly level with exact-decimal arithmetic, aggregating shared components reached via different branches. No network access and no manufacturing/supplier certification: this checks the data you supply, not the real world. Price: 0.05 USDC per completed bounded job on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ID of the part to explode from. Must match one of parts[].id. | |
| parts | Yes | ||
| quantity | Yes | Positive exact decimal, <=12 integer digits, <=6 fraction digits. |