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
add_local_signal
Stores one local booking, event cancellation, or operator note in revisioned local state without calculating or previewing the order. Handoff receipts are a separate record. Returns signalId, kind, label, revision, and previewBecameStale.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
expectedRevision |
integer | yes | Required review revision from get_order_context or the previous mutation result. |
kind |
string | yes | Signal kind. Operator notes are operational facts in the order review. |
label |
string | yes | Short human-authored label stored in the signals panel. |
covers |
integer | no | Guest count for a booking signal. |
occurredAt |
string | no | Local date or time associated with the signal. |
note |
string | no | Human-authored detail stored with the signal. |
Raw JSON schema
{
"type": "object",
"description": "A local signal write 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."
},
"kind": {
"type": "string",
"enum": [
"booking",
"event_cancelled",
"operator_note"
],
"description": "Signal kind. Operator notes are operational facts in the order review."
},
"label": {
"type": "string",
"minLength": 1,
"maxLength": 160,
"description": "Short human-authored label stored in the signals panel."
},
"covers": {
"type": "integer",
"minimum": 1,
"maximum": 2000,
"description": "Guest count for a booking signal."
},
"occurredAt": {
"type": "string",
"maxLength": 80,
"description": "Local date or time associated with the signal."
},
"note": {
"type": "string",
"maxLength": 500,
"description": "Human-authored detail stored with the signal."
}
},
"required": [
"expectedRevision",
"kind",
"label"
],
"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.