ServiceTitan MCP Server

jobtypes_update

Update job types in ServiceTitan by modifying properties like active status, business unit IDs, duration, and skills through the MCP server for accurate job management.

Input Schema

NameRequiredDescriptionDefault
activeNo
businessUnitIdsNo
classNo
durationNo
enforceRecurringServiceEventSelectionNo
externalDataNo
idYesFormat - int64.
invoiceSignaturesRequiredNo
nameNo
noChargeNo
priorityNo
skillsNo
soldThresholdNo
summaryNo
tagTypeIdsNo
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "type": "boolean" }, "businessUnitIds": { "items": { "type": "integer" }, "type": "array" }, "class": { "type": "string" }, "duration": { "type": "number" }, "enforceRecurringServiceEventSelection": { "type": "boolean" }, "externalData": { "items": { "additionalProperties": false, "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" }, "id": { "description": "Format - int64.", "type": "integer" }, "invoiceSignaturesRequired": { "type": "boolean" }, "name": { "type": "string" }, "noCharge": { "type": "boolean" }, "priority": { "type": "string" }, "skills": { "items": { "type": "string" }, "type": "array" }, "soldThreshold": { "type": "number" }, "summary": { "type": "string" }, "tagTypeIds": { "items": { "type": "integer" }, "type": "array" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r