Skip to main content
Glama

ServiceTitan MCP Server

invoices_update_invoice_items

Modify specific items on ServiceTitan invoices by providing invoice ID, tenant ID, and updated fields in a JSON payload. Ensures accurate billing adjustments.

Input Schema

NameRequiredDescriptionDefault
invoiceIdYesFormat - int64.
payloadNoThe request body as a JSON object. Each key represents a field to be updated. The values are the new values for the respective fields.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "invoiceId": { "description": "Format - int64.", "type": "integer" }, "payload": { "additionalProperties": {}, "description": "The request body as a JSON object. Each key represents a field to be updated. The values are the new values for the respective fields.", "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "invoiceId" ], "type": "object" }

You must be authenticated.

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