ServiceTitan MCP Server

technician_rating_update

Update technician ratings in ServiceTitan by specifying tenant, technician, and job IDs to maintain accurate performance tracking and service quality.

Input Schema

NameRequiredDescriptionDefault
jobIdYesJob ID (int64)
technicianIdYesTechnician ID (int64)
tenantYesTenant ID (int64)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "jobId": { "description": "Job ID (int64)", "type": "integer" }, "technicianId": { "description": "Technician ID (int64)", "type": "integer" }, "tenant": { "description": "Tenant ID (int64)", "type": "integer" } }, "required": [ "tenant", "technicianId", "jobId" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r