ServiceTitan MCP Server

bookings_create_contact

Create a new contact for bookings in ServiceTitan by specifying tenant, provider, ID, type, and value values. Integrates via the MCP server for API interaction.

Input Schema

NameRequiredDescriptionDefault
booking_providerYesFormat - int64.
idYesFormat - int64.
memoNoContact memo
tenantYesFormat - int64. Tenant ID
typeYesContact type
valueYesContact value

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r