ServiceTitan MCP Server

purchase_orders_create

Create purchase orders in ServiceTitan by specifying tenant ID and request body via the MCP server, enabling streamlined inventory management.

Input Schema

NameRequiredDescriptionDefault
bodyNoRequest Body
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "additionalProperties": false, "description": "Request Body", "properties": {}, "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r