ServiceTitan MCP Server

PayrollSettings_GetTechnicianPayrollSettings

Retrieve payroll settings for a specific technician within a tenant using the ServiceTitan API. Requires technician and tenant IDs to fetch accurate payroll configurations.

Input Schema

NameRequiredDescriptionDefault
technicianYesFormat - int64. The technician ID
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "technician": { "description": "Format - int64. The technician ID", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "technician", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r