ServiceTitan MCP Server

contacts_create

Create new contacts in ServiceTitan by providing details like name, title, tenant ID, and reference ID. Streamline contact management for efficient client interaction and organization.

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r