Skip to main content
Glama

ServiceTitan MCP Server

estimates_put_item

Add or update estimate items in ServiceTitan, including details like quantity, unit cost, and SKU account, to streamline billing and inventory management.

Input Schema

NameRequiredDescriptionDefault
chargeableNoChargeable
descriptionNoDescription
idYesFormat - int64. Item ID
itemGroupNameNoItem Group Name
itemGroupRootIdNoItem Group Root ID
membershipTypeIdNoMembership Type ID
qtyNoQuantity
skuAccountNoSKU Account
tenantYesFormat - int64. Tenant ID
unitCostNoUnit Cost
unitRateNoUnit Rate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chargeable": { "description": "Chargeable", "type": "boolean" }, "description": { "description": "Description", "type": "string" }, "id": { "description": "Format - int64. Item ID", "type": "integer" }, "itemGroupName": { "description": "Item Group Name", "type": "string" }, "itemGroupRootId": { "description": "Item Group Root ID", "type": "integer" }, "membershipTypeId": { "description": "Membership Type ID", "type": "integer" }, "qty": { "description": "Quantity", "type": "number" }, "skuAccount": { "description": "SKU Account", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "unitCost": { "description": "Unit Cost", "type": "number" }, "unitRate": { "description": "Unit Rate", "type": "number" } }, "required": [ "id", "tenant" ], "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