ServiceTitan MCP Server

BusinessHour_Create

Define and manage business hours for a tenant in ServiceTitan by specifying weekday, Saturday, and Sunday operating times using start and end hours.

Input Schema

NameRequiredDescriptionDefault
saturdayNo
sundayNo
tenantYesFormat - int64. Tenant ID
weekdaysNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "saturday": { "items": { "additionalProperties": false, "properties": { "fromHour": { "type": "integer" }, "toHour": { "type": "integer" } }, "required": [ "fromHour", "toHour" ], "type": "object" }, "type": "array" }, "sunday": { "items": { "additionalProperties": false, "properties": { "fromHour": { "type": "integer" }, "toHour": { "type": "integer" } }, "required": [ "fromHour", "toHour" ], "type": "object" }, "type": "array" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "weekdays": { "items": { "additionalProperties": false, "properties": { "fromHour": { "type": "integer" }, "toHour": { "type": "integer" } }, "required": [ "fromHour", "toHour" ], "type": "object" }, "type": "array" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r