Skip to main content
Glama

ServiceTitan MCP Server

BusinessHour_Create

Enables setting custom business hours for weekdays, Saturdays, and Sundays by specifying start and end times, tailored to specific tenant IDs within the ServiceTitan MCP Server.

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" }

Other Tools from ServiceTitan MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JordanDalton/ServiceTitanMcpServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server