ServiceTitan MCP Server

vendors_get_by_id

Retrieve vendor details by specifying the vendor ID and tenant ID, enabling access to external data via application GUID or key-value pairs for precise lookups.

Input Schema

NameRequiredDescriptionDefault
externalDataApplicationGuidNoFormat - guid. If this guid is provided, external data corresponding to this application guid will be returned.
externalDataKeyNoPerforms lookup by external data key, 'externalDataValues' must also be provided.
externalDataValuesNoPerforms lookup by external data values (maximum 50), 'externalDataKey' must also be provided.
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. If this guid is provided, external data corresponding to\nthis application guid will be returned.", "format": "uuid", "type": "string" }, "externalDataKey": { "description": "Performs lookup by external data key, 'externalDataValues' must also be provided.", "type": "string" }, "externalDataValues": { "description": "Performs lookup by external data values (maximum 50), 'externalDataKey' must also be provided.", "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