ServiceTitan MCP Server

services_update

Update service details in ServiceTitan by specifying the tenant ID, SKU ID, and payload to modify service records via the ServiceTitan MCP Server.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - int64. Unique id for the SKU is modified
payloadYesRequest Body
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Format - int64. Unique id for the SKU is modified", "type": "integer" }, "payload": { "additionalProperties": {}, "description": "Request Body", "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "id", "payload" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r