ServiceTitan MCP Server

installed_equipment_update

Update installed equipment details in ServiceTitan, including warranty dates, replacement schedules, and operational status, to maintain accurate records and streamline service management.

Input Schema

NameRequiredDescriptionDefault
activeNo
actualReplacementDateNo
barcodeIdNo
costNo
customerIdNo
equipmentIdNo
idYesFormat - int64.
installedOnNo
invoiceItemIdNo
locationIdNo
manufacturerNo
manufacturerWarrantyEndNo
manufacturerWarrantyStartNo
memoNo
modelNo
nameNo
predictedReplacementDateNo
predictedReplacementMonthsNo
serialNumberNo
serviceProviderWarrantyEndNo
serviceProviderWarrantyStartNo
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "type": "boolean" }, "actualReplacementDate": { "type": "string" }, "barcodeId": { "type": "string" }, "cost": { "type": "number" }, "customerId": { "type": "integer" }, "equipmentId": { "type": "integer" }, "id": { "description": "Format - int64.", "type": "integer" }, "installedOn": { "type": "string" }, "invoiceItemId": { "type": "integer" }, "locationId": { "type": "integer" }, "manufacturer": { "type": "string" }, "manufacturerWarrantyEnd": { "type": "string" }, "manufacturerWarrantyStart": { "type": "string" }, "memo": { "type": "string" }, "model": { "type": "string" }, "name": { "type": "string" }, "predictedReplacementDate": { "type": "string" }, "predictedReplacementMonths": { "type": "integer" }, "serialNumber": { "type": "string" }, "serviceProviderWarrantyEnd": { "type": "string" }, "serviceProviderWarrantyStart": { "type": "string" }, "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