ServiceTitan MCP Server

bookings_get_contact_list2

Retrieve contact lists for bookings using specified parameters, including tenant ID, booking provider ID, and pagination settings. Integrates with the ServiceTitan API via MCP server for efficient data access.

Input Schema

NameRequiredDescriptionDefault
booking_providerYesFormat - int64.
idYesFormat - int64.
includeTotalNoWhether total count should be returned
pageNoFormat - int32. The logical number of page to return, starting from 1
pageSizeNoFormat - int32. How many records to return (50 by default)
tenantYesFormat - int64. Tenant ID

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" }, "includeTotal": { "description": "Whether total count should be returned", "type": "boolean" }, "page": { "description": "Format - int32. The logical number of page to return, starting from 1", "type": "integer" }, "pageSize": { "description": "Format - int32. How many records to return (50 by default)", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "booking_provider", "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r