ServiceTitan MCP Server

glaccounts_createaccount

Create a new GL account in ServiceTitan by specifying details like name, number, type, and subtype. Supports customizing active status, description, and Intacct settings.

Input Schema

NameRequiredDescriptionDefault
activeNoWhether the GL Account is active
descriptionNoThe description of the GL Account
isIntacctBankAccountNoWhether the GL Account is an Intacct bank account
isIntacctGroupNoWhether the GL Account is an Intacct group
nameYesThe name of the GL Account
numberYesThe number of the GL Account
subtypeYesThe subtype of the GL Account
tenantYesTenant ID
typeYesThe type of the GL Account

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "default": true, "description": "Whether the GL Account is active", "type": "boolean" }, "description": { "description": "The description of the GL Account", "type": "string" }, "isIntacctBankAccount": { "default": false, "description": "Whether the GL Account is an Intacct bank account", "type": "boolean" }, "isIntacctGroup": { "default": false, "description": "Whether the GL Account is an Intacct group", "type": "boolean" }, "name": { "description": "The name of the GL Account", "type": "string" }, "number": { "description": "The number of the GL Account", "type": "string" }, "subtype": { "description": "The subtype of the GL Account", "type": "string" }, "tenant": { "description": "Tenant ID", "type": "integer" }, "type": { "description": "The type of the GL Account", "type": "string" } }, "required": [ "tenant", "name", "number", "type", "subtype" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r