ServiceTitan MCP Server

images_get

Retrieve pricebook images from the ServiceTitan MCP Server by specifying the tenant ID and storage path for efficient image management and access.

Input Schema

NameRequiredDescriptionDefault
pathNoThe storage path of the pricebook image to retrieve
tenantYesTenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "The storage path of the pricebook image to retrieve", "type": "string" }, "tenant": { "description": "Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r