Skip to main content
Glama

ServiceTitan MCP Server

PurchaseOrdersMarkup_Create

Apply markup percentages to purchase orders by defining a range and percentage value for specified tenants using the ServiceTitan MCP Server.

Input Schema

NameRequiredDescriptionDefault
fromNoStarting value for the markup range
percentNoMarkup percentage to apply
tenantYesFormat - int64. Tenant ID
toNoEnding value for the markup range

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from": { "description": "Starting value for the markup range", "type": "number" }, "percent": { "description": "Markup percentage to apply", "type": "number" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "to": { "description": "Ending value for the markup range", "type": "number" } }, "required": [ "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