Skip to main content
Glama

ServiceTitan MCP Server

contacts_create

Create and manage contacts in ServiceTitan by defining tenant details, contact IDs, names, titles, and archiving status for streamlined CRM integration.

Input Schema

NameRequiredDescriptionDefault
createdByNoCreated By
createdOnNoCreated On
idNoContact ID
isArchivedNoIs Archived
modifiedByNoModified By
modifiedOnNoModified On
nameNoContact Name
referenceIdNoReference ID
tenantYesFormat - int64. Tenant ID
titleNoContact Title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "createdBy": { "description": "Created By", "type": "integer" }, "createdOn": { "description": "Created On", "format": "date-time", "type": "string" }, "id": { "description": "Contact ID", "format": "uuid", "type": "string" }, "isArchived": { "description": "Is Archived", "type": "boolean" }, "modifiedBy": { "description": "Modified By", "type": "integer" }, "modifiedOn": { "description": "Modified On", "format": "date-time", "type": "string" }, "name": { "description": "Contact Name", "type": "string" }, "referenceId": { "description": "Reference ID", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "title": { "description": "Contact Title", "type": "string" } }, "required": [ "tenant" ], "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