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
save_handoff_receipt
Stores a manager handoff summary as a local browser receipt. Operator notes are operational facts in the order review; handoff receipts are shift records. Returns receiptId, presetId, revision, and confirmation that the result stayed in this browser.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
expectedRevision |
integer | yes | Required review revision from get_order_context or the previous mutation result. |
managerSummary |
string | yes | Human-authored handoff summary stored in the local receipt. |
Raw JSON schema
{
"type": "object",
"description": "A local handoff receipt tied to a specific review revision.",
"properties": {
"expectedRevision": {
"type": "integer",
"minimum": 0,
"description": "Required review revision from get_order_context or the previous mutation result."
},
"managerSummary": {
"type": "string",
"minLength": 1,
"maxLength": 1000,
"description": "Human-authored handoff summary stored in the local receipt."
}
},
"required": [
"expectedRevision",
"managerSummary"
],
"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.