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_shift_note
act
imperative
Adds a local note to the active service-day record without changing either preview. Returns noteId and revision.
Page: /log
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
expectedRevision |
integer | yes | Required shared revision from get_shift_log or the previous mutation result. |
text |
string | yes | Shift note text stored in this browser. |
section |
string | no | Section associated with the note. |
Raw JSON schema
{
"type": "object",
"description": "A human-authored note tied to a shared revision and optional section.",
"properties": {
"expectedRevision": {
"type": "integer",
"minimum": 0,
"description": "Required shared revision from get_shift_log or the previous mutation result."
},
"text": {
"type": "string",
"minLength": 1,
"maxLength": 500,
"description": "Shift note text stored in this browser."
},
"section": {
"type": "string",
"enum": [
"order",
"stock",
"labor",
"log"
],
"default": "log",
"description": "Section associated with the note."
}
},
"required": [
"expectedRevision",
"text"
],
"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
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
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
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
labspace_add_inventory
labspace_assess_workflow
labspace_resolve_materials
labspace_start_collection
labspace_collection_step
Inspect tools