Skip to main content
Glama

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

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