ServiceTitan MCP Server

timesheets_create_job_timesheet

Generate job timesheets in ServiceTitan by utilizing tenant and job IDs through the MCP server, enabling efficient time tracking and management.

Input Schema

NameRequiredDescriptionDefault
jobYesFormat - int64. The job ID
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r