ServiceTitan MCP Server

business_units_get

Retrieve business unit details from ServiceTitan using the specified tenant ID and unit ID, enabling efficient data access and integration.

Input Schema

NameRequiredDescriptionDefault
externalDataApplicationGuidNoFormat - guid.
idYesFormat - int64.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "externalDataApplicationGuid": { "description": "Format - guid.", "format": "uuid", "type": "string" }, "id": { "description": "Format - int64.", "type": "integer" }, "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