ServiceTitan MCP Server

GrossPayItems_GetList

Retrieve a list of gross pay items for employees within a specified date range, employee type, or payroll ID using the ServiceTitan MCP Server. Supports pagination and total count inclusion.

Input Schema

NameRequiredDescriptionDefault
dateOnOrAfterNoFormat - date-time (as date-time in RFC3339). Return items having date after certain date/time (in UTC)
dateOnOrBeforeNoFormat - date-time (as date-time in RFC3339). Return items having date before certain date/time (in UTC)
employeeIdNoFormat - int64. The Employee ID
employeeTypeNoThe type of employee Values: [Technician, Employee]
includeTotalNoWhether total count should be returned
pageNoFormat - int32. The logical number of page to return, starting from 1
pageSizeNoFormat - int32. How many records to return (50 by default)
payrollIdsNoThe payroll ID
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dateOnOrAfter": { "description": "Format - date-time (as date-time in RFC3339). Return items having date after certain date/time (in UTC)", "type": "string" }, "dateOnOrBefore": { "description": "Format - date-time (as date-time in RFC3339). Return items having date before certain date/time (in UTC)", "type": "string" }, "employeeId": { "description": "Format - int64. The Employee ID", "type": "integer" }, "employeeType": { "description": "The type of employee\nValues: [Technician, Employee]", "type": "string" }, "includeTotal": { "description": "Whether total count should be returned", "type": "boolean" }, "page": { "description": "Format - int32. The logical number of page to return, starting from 1", "type": "integer" }, "pageSize": { "description": "Format - int32. How many records to return (50 by default)", "type": "integer" }, "payrollIds": { "description": "The payroll ID", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r