Skip to main content
Glama

ServiceTitan MCP Server

jobtypes_update

Update job types in ServiceTitan by modifying ID, tenant, name, skills, priority, duration, and other parameters to align with business requirements.

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" }

Other Tools from ServiceTitan MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JordanDalton/ServiceTitanMcpServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server