ServiceTitan MCP Server

customers_create_note

Add detailed notes to customer profiles in ServiceTitan by specifying text, tenant ID, and optional pinned status for enhanced communication and record-keeping.

Input Schema

NameRequiredDescriptionDefault
createdByIdNoThe ID of the user who created the note
idYesFormat - int64.
isPinnedNoWhether the note is pinned
tenantYesFormat - int64. Tenant ID
textYesThe note text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "createdById": { "description": "The ID of the user who created the note", "type": "integer" }, "id": { "description": "Format - int64.", "type": "integer" }, "isPinned": { "description": "Whether the note is pinned", "type": "boolean" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "text": { "description": "The note text", "type": "string" } }, "required": [ "id", "tenant", "text" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r