Skip to main content
Glama

ServiceTitan MCP Server

locations_createcontact

Create and manage contacts in ServiceTitan by specifying contact type, value, and related details, ensuring accurate communication and record-keeping for locations.

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" }

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