← WebMCP Directory

cutoff-webmcp.vercel.app

cutoff-webmcp.vercel.app

live Unverified (seed import) Productivity & Business 14 tools imperative implementation

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

act imperative

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

PropertyTypeRequiredDescription
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

eworker.ca

E-Worker is business infrastructure powered by AI, with focused apps and connected business work.

live Unverified Productivity & Business
73 tools A10 / Act63 / T0 Not yet scored Seen 2026-09-14
eworker_site_status eworker_list_apps eworker_resolve_app eworker_open_app ewdoc_status
Inspect tools
urban-planning-copilot.heisenbug.in

urban-planning-copilot.heisenbug.in

Urban Planning Copilot

demo Unverified Productivity & Business
37 tools A10 / Act27 / T0 Not yet scored Seen 2026-09-14
get_workspace get_analysis_plan list_candidates inspect_candidate list_shortlist
Inspect tools
vide.zerdalu.com

vide.zerdalu.com

Vide

live Unverified Productivity & Business Transact tools
28 tools A13 / Act14 / T1 Not yet scored Seen 2026-09-14
list_project_files read_project_file write_project_file delete_project_file get_active_script
Inspect tools
labspace-agent-twin.onrender.com

labspace-agent-twin.onrender.com

LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.

demo Unverified Productivity & Business
24 tools A5 / Act19 / T0 Not yet scored Seen 2026-09-14
labspace_add_inventory labspace_assess_workflow labspace_resolve_materials labspace_start_collection labspace_collection_step
Inspect tools

Related on Influzer