cutoff-webmcp.vercel.app
Cutoff helps restaurant managers recalculate inventory and labor after booking or event changes before a supplier deadline.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 8 · Transact 1 · Score: Not yet scored
Tool inspector
log_waste
Adds one local waste entry, reduces the item's on-hand stock, and invalidates an older order preview. Returns entryId, cost, newOnHand, newExpiring, weekTotal, revision, and orderPreviewInvalidated.
Page: /stock
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
expectedRevision |
integer | yes | Required shared revision from get_stock_status or the previous mutation result. |
skuId |
string | yes | Stable SKU identifier from get_stock_status. |
quantity |
number | yes | Wasted quantity in the item's unit. |
reason |
string | yes | Operational reason for the waste entry. |
note |
string | no | Human-authored detail stored with the waste entry. |
Raw JSON schema
{
"type": "object",
"description": "A waste record tied to a specific shared revision.",
"properties": {
"expectedRevision": {
"type": "integer",
"minimum": 0,
"description": "Required shared revision from get_stock_status or the previous mutation result."
},
"skuId": {
"type": "string",
"enum": [
"chicken",
"patties",
"buns",
"fries",
"lettuce",
"tomatoes",
"cheese",
"cola",
"oil",
"boxes"
],
"description": "Stable SKU identifier from get_stock_status."
},
"quantity": {
"type": "number",
"exclusiveMinimum": 0,
"maximum": 100000,
"description": "Wasted quantity in the item's unit."
},
"reason": {
"type": "string",
"enum": [
"expired",
"prep",
"dropped",
"overproduction"
],
"description": "Operational reason for the waste entry."
},
"note": {
"type": "string",
"maxLength": 500,
"description": "Human-authored detail stored with the waste entry."
}
},
"required": [
"expectedRevision",
"skuId",
"quantity",
"reason"
],
"additionalProperties": false
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.