Skip to main content
Glama

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

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