ServiceTitan MCP Server

technician_shifts_update

Update technician shift details in ServiceTitan, including start/end times, shift type, notes, and timesheet codes, ensuring accurate scheduling and time tracking.

Input Schema

NameRequiredDescriptionDefault
activeNoActive
endNoEnd Time
idYesFormat - int64.
noteNoNote
shiftTypeNoShift Type
startNoStart Time
technicianIdNoTechnician ID
tenantYesFormat - int64. Tenant ID
timesheetCodeIdNoTimesheet Code ID
titleNoTitle

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "description": "Active", "type": "boolean" }, "end": { "description": "End Time", "type": "string" }, "id": { "description": "Format - int64.", "type": "integer" }, "note": { "description": "Note", "type": "string" }, "shiftType": { "description": "Shift Type" }, "start": { "description": "Start Time", "type": "string" }, "technicianId": { "description": "Technician ID", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "timesheetCodeId": { "description": "Timesheet Code ID", "type": "integer" }, "title": { "description": "Title", "type": "string" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r