ServiceTitan MCP Server

contact_methods_create_contact_method

Add a new contact method to a ServiceTitan contact by specifying the contact ID, type, value, and tenant. Enhances communication options for better client interaction management.

Input Schema

NameRequiredDescriptionDefault
contactIdYesThe contact UUID
memoNoThe description of contact method
tenantYesTenant ID
typeYesThe type of contact method
valueYesThe value of contact method

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "description": "The contact UUID", "format": "uuid", "type": "string" }, "memo": { "description": "The description of contact method", "type": "string" }, "tenant": { "description": "Tenant ID", "type": "integer" }, "type": { "description": "The type of contact method", "type": "string" }, "value": { "description": "The value of contact method", "type": "string" } }, "required": [ "tenant", "contactId", "type", "value" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r