ServiceTitan MCP Server

locations_create_note

Create and manage location-specific notes in ServiceTitan by defining text, tenant ID, and pin status to enhance organization and communication.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - int64.
isPinnedNoWhether the note should be pinned. Defaults to false.
tenantYesFormat - int64. Tenant ID
textYesThe text of the note.

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r