ServiceTitan MCP Server

jobs_get

Retrieve job details from ServiceTitan by specifying tenant ID and job ID using the ServiceTitan MCP Server. Access external data when an application GUID is provided.

Input Schema

NameRequiredDescriptionDefault
externalDataApplicationGuidNoFormat - guid. If this guid is provided, external data corresponding to this application guid will be returned.
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" }, "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