ServiceTitan MCP Server

services_get

Retrieve specific service details from the ServiceTitan API using the service ID and tenant ID, ensuring secure and authorized data access with client credentials.

Input Schema

NameRequiredDescriptionDefault
externalDataApplicationGuidNoFormat - guid. Items that are created with a specific guid, could be fetched/updated/removed only when the same application guid is provided.
idYesFormat - int64. The id of the service you are requesting
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "externalDataApplicationGuid": { "description": "Format - guid. Items that are created with a specific guid, could be fetched/updated/removed\nonly when the same application guid is provided.", "format": "uuid", "type": "string" }, "id": { "description": "Format - int64. The id of the service you are requesting", "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