ServiceTitan MCP Server

materials_get

Fetch material details by ID and tenant from the ServiceTitan API using the MCP server to integrate with client systems.

Input Schema

NameRequiredDescriptionDefault
externalDataApplicationGuidNoFormat - guid. Items that are created with a specific guid, could be fetched/updated/removed only when the same application guid is provided.
idYesFormat - int64. The id of the material you are requesting
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "externalDataApplicationGuid": { "description": "Format - guid. Items that are created with a specific guid, could be fetched/updated/removed\nonly when the same application guid is provided.", "format": "uuid", "type": "string" }, "id": { "description": "Format - int64. The id of the material you are requesting", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r