ServiceTitan MCP Server

GrossPayItems_Create

Create a gross pay item in ServiceTitan by specifying tenant ID, name, and amount. Use this tool to manage and add payroll records effectively.

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount for the gross pay item
descriptionNoA description of the gross pay item
is_activeNoWhether the gross pay item is active
nameYesThe name of the gross pay item
tenantYesTenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount for the gross pay item", "type": "number" }, "description": { "description": "A description of the gross pay item", "type": "string" }, "is_active": { "default": true, "description": "Whether the gross pay item is active", "type": "boolean" }, "name": { "description": "The name of the gross pay item", "type": "string" }, "tenant": { "description": "Tenant ID", "type": "integer" } }, "required": [ "tenant", "name", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r