Skip to main content
Glama

ServiceTitan MCP Server

gl_accounts_update_account

Update General Ledger (GL) accounts in ServiceTitan by specifying the account ID, tenant ID, and optional payload to modify specific fields. Streamline GL account management through the MCP server.

Input Schema

NameRequiredDescriptionDefault
accountIdYesFormat - int64. Long integer id of the General Ledger account to be updated
payloadNoPayload for updating the GL Account. Omit to leave fields unchanged.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountId": { "description": "Format - int64. Long integer id of the General Ledger account to be updated", "type": "integer" }, "payload": { "additionalProperties": {}, "description": "Payload for updating the GL Account. Omit to leave fields unchanged.", "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "accountId", "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