ServiceTitan MCP Server

locations_createcontact

Create and manage contact details within ServiceTitan by specifying ID, tenant, type, and value, along with optional phone settings and memo.

Input Schema

NameRequiredDescriptionDefault
doNotTextNoDo not text flag for phone settings
idYesFormat - int64.
memoNoContact memo
phoneNumberNoPhone number for phone settings
tenantYesFormat - int64. Tenant ID
typeYesContact type
valueYesContact value

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "doNotText": { "description": "Do not text flag for phone settings", "type": "boolean" }, "id": { "description": "Format - int64.", "type": "integer" }, "memo": { "description": "Contact memo", "type": "string" }, "phoneNumber": { "description": "Phone number for phone settings", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "type": { "description": "Contact type", "type": "string" }, "value": { "description": "Contact value", "type": "string" } }, "required": [ "id", "tenant", "type", "value" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r