ServiceTitan MCP Server

TechnicianShifts_Create

Create and manage technician shifts in ServiceTitan by defining start, end times, shift types, and notes. Streamline scheduling and workforce management with this tool.

Input Schema

NameRequiredDescriptionDefault
activeNoIs shift active?
endYesShift end time
noteNoShift note
shiftTypeNoShift type
startYesShift start time
technicianIdYesTechnician ID
tenantYesFormat - int64. Tenant ID
timesheetCodeIdNoTimesheet code ID
titleNoShift title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "default": true, "description": "Is shift active?", "type": "boolean" }, "end": { "description": "Shift end time", "format": "date-time", "type": "string" }, "note": { "description": "Shift note", "type": "string" }, "shiftType": { "description": "Shift type", "type": "string" }, "start": { "description": "Shift start time", "format": "date-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": "Shift title", "type": "string" } }, "required": [ "tenant", "technicianId", "start", "end" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r