ServiceTitan MCP Server

installed_equipment_create

Create new installed equipment records in ServiceTitan by specifying details like customer ID, location, installation date, and equipment information.

Input Schema

NameRequiredDescriptionDefault
actualReplacementDateNoActual replacement date
barcodeIdNoBarcode ID
costNoCost
customerIdYesCustomer ID
equipmentIdYesEquipment ID
installedOnYesDate of installation
invoiceItemIdNoInvoice Item ID
locationIdYesLocation ID
manufacturerNoManufacturer
manufacturerWarrantyEndNoManufacturer warranty end date
manufacturerWarrantyStartNoManufacturer warranty start date
memoNoMemo
modelNoModel
nameYesName of the installed equipment
predictedReplacementMonthsNoPredicted replacement months
serialNumberNoSerial number
serviceProviderWarrantyEndNoService provider warranty end date
serviceProviderWarrantyStartNoService provider warranty start date
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "actualReplacementDate": { "description": "Actual replacement date", "type": "string" }, "barcodeId": { "description": "Barcode ID", "type": "string" }, "cost": { "description": "Cost", "type": "number" }, "customerId": { "description": "Customer ID", "type": "integer" }, "equipmentId": { "description": "Equipment ID", "type": "integer" }, "installedOn": { "description": "Date of installation", "type": "string" }, "invoiceItemId": { "description": "Invoice Item ID", "type": "integer" }, "locationId": { "description": "Location ID", "type": "integer" }, "manufacturer": { "description": "Manufacturer", "type": "string" }, "manufacturerWarrantyEnd": { "description": "Manufacturer warranty end date", "type": "string" }, "manufacturerWarrantyStart": { "description": "Manufacturer warranty start date", "type": "string" }, "memo": { "description": "Memo", "type": "string" }, "model": { "description": "Model", "type": "string" }, "name": { "description": "Name of the installed equipment", "type": "string" }, "predictedReplacementMonths": { "description": "Predicted replacement months", "type": "integer" }, "serialNumber": { "description": "Serial number", "type": "string" }, "serviceProviderWarrantyEnd": { "description": "Service provider warranty end date", "type": "string" }, "serviceProviderWarrantyStart": { "description": "Service provider warranty start date", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "equipmentId", "locationId", "customerId", "name", "installedOn" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r