ServiceTitan MCP Server

projects_get

Retrieve project details from the ServiceTitan API using specified tenant and project IDs, optionally fetching external data with an application GUID.

Input Schema

NameRequiredDescriptionDefault
externalDataApplicationGuidNoFormat - guid. If this guid is provided, external data corresponding to this application guid will be returned.
idYesFormat - int64.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "externalDataApplicationGuid": { "description": "Format - guid. If this guid is provided, external data corresponding to\nthis application guid will be returned.", "format": "uuid", "type": "string" }, "id": { "description": "Format - int64.", "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