ServiceTitan MCP Server

contacts_get

Retrieve contact details from the ServiceTitan API using a unique ID and tenant identifier, enabling AI assistants to access and manage client information efficiently.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - guid.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Format - guid.", "format": "uuid", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r