vendors_get_by_id
Retrieve vendor details by ID using ServiceTitan MCP Server, supporting tenant-specific queries and external data lookups for comprehensive results.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| externalDataApplicationGuid | No | Format - guid. If this guid is provided, external data corresponding to this application guid will be returned. | |
| externalDataKey | No | Performs lookup by external data key, 'externalDataValues' must also be provided. | |
| externalDataValues | No | Performs lookup by external data values (maximum 50), 'externalDataKey' must also be provided. | |
| id | Yes | Format - int64. | |
| tenant | Yes | Format - int64. Tenant ID |