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_labor_signal
Records one absence or extra shift in revisioned local roster state and clears a current labor preview. The working order stays unchanged. Returns signalId, kind, staffId, revision, and laborPreviewInvalidated.
Page: /labor
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
expectedRevision |
integer | yes | Required shared revision from get_labor_plan or the previous mutation result. |
kind |
string | yes | Roster change represented by an absence or an added shift. |
staffId |
string | yes | Stable roster or on-call staff identifier from get_labor_plan. |
daypart |
string | no | Daypart for kind extra_shift. Omit for kind absence. |
hours |
integer | no | Whole scheduled hours for kind extra_shift. Omit for kind absence. |
note |
string | no | Human-authored detail stored with the roster signal. |
Raw JSON schema
{
"type": "object",
"description": "A roster signal tied to a specific shared revision.",
"properties": {
"expectedRevision": {
"type": "integer",
"minimum": 0,
"description": "Required shared revision from get_labor_plan or the previous mutation result."
},
"kind": {
"type": "string",
"enum": [
"absence",
"extra_shift"
],
"description": "Roster change represented by an absence or an added shift."
},
"staffId": {
"type": "string",
"minLength": 1,
"maxLength": 100,
"description": "Stable roster or on-call staff identifier from get_labor_plan."
},
"daypart": {
"type": "string",
"enum": [
"lunch",
"dinner",
"prep"
],
"description": "Daypart for kind extra_shift. Omit for kind absence."
},
"hours": {
"type": "integer",
"minimum": 1,
"maximum": 12,
"description": "Whole scheduled hours for kind extra_shift. Omit for kind absence."
},
"note": {
"type": "string",
"maxLength": 500,
"description": "Human-authored detail stored with the roster signal."
}
},
"required": [
"expectedRevision",
"kind",
"staffId"
],
"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.