ServiceTitan MCP Server

leads_create

Generate and manage leads in ServiceTitan by submitting lead details and tenant ID through the MCP server, enabling streamlined client acquisition and interaction.

Input Schema

NameRequiredDescriptionDefault
bodyYesRequest Body
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "additionalProperties": true, "description": "Request Body", "properties": {}, "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "body" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r