ServiceTitan MCP Server

installed_equipment_post_attachment

Upload and attach files to installed equipment records in ServiceTitan, ensuring proper documentation and updates for tenant-specific data.

Input Schema

NameRequiredDescriptionDefault
fileYesThe file to upload (base64 encoded)
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "The file to upload (base64 encoded)", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "file" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r