ServiceTitan MCP Server

jobs_get_cancel_reasons

Retrieve job cancellation reasons by multiple IDs within ServiceTitan using tenant-specific data for improved workflow management.

Input Schema

NameRequiredDescriptionDefault
idsYesPerform lookup by multiple IDs (maximum 50)
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ids": { "description": "Perform lookup by multiple IDs (maximum 50)", "type": [ "string", "null" ] }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "ids" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r