Skip to main content
Glama

ServiceTitan MCP Server

locations_create

Add new customer locations in ServiceTitan by specifying tenant ID, address details, custom fields, contacts, and other relevant data. Streamlines location management for businesses.

Input Schema

NameRequiredDescriptionDefault
activeNoLocation Active
addressNoAddress Details
contactsNoContacts
customFieldsNoCustom Fields
customerIdNoCustomer ID
externalDataNoExternal Data
nameNoLocation Name
tagTypeIdsNoTag Type IDs
taxZoneIdNoTax Zone ID
tenantYesFormat - int64. Tenant ID
zoneIdNoZone ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "default": true, "description": "Location Active", "type": "boolean" }, "address": { "additionalProperties": false, "description": "Address Details", "properties": { "city": { "description": "City", "type": "string" }, "country": { "description": "Country", "type": "string" }, "latitude": { "description": "Latitude", "type": "number" }, "longitude": { "description": "Longitude", "type": "number" }, "state": { "description": "State", "type": "string" }, "street": { "description": "Street Address", "type": "string" }, "unit": { "description": "Unit Number", "type": "string" }, "zip": { "description": "Zip Code", "type": "string" } }, "type": "object" }, "contacts": { "description": "Contacts", "items": { "additionalProperties": false, "properties": { "id": { "description": "Contact ID", "type": "integer" }, "memo": { "description": "Contact Memo", "type": "string" }, "type": { "description": "Contact Type - any object" }, "value": { "description": "Contact Value", "type": "string" } }, "type": "object" }, "type": "array" }, "customFields": { "description": "Custom Fields", "items": { "additionalProperties": false, "properties": { "name": { "description": "Custom Field Name", "type": "string" }, "typeId": { "description": "Custom Field Type ID", "type": "integer" }, "value": { "description": "Custom Field Value", "type": "string" } }, "type": "object" }, "type": "array" }, "customerId": { "description": "Customer ID", "type": "integer" }, "externalData": { "description": "External Data", "items": { "additionalProperties": false, "properties": { "key": { "description": "External Data Key", "type": "string" }, "value": { "description": "External Data Value", "type": "string" } }, "type": "object" }, "type": "array" }, "name": { "description": "Location Name", "type": "string" }, "tagTypeIds": { "description": "Tag Type IDs", "items": { "type": "integer" }, "type": "array" }, "taxZoneId": { "description": "Tax Zone ID", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "zoneId": { "description": "Zone ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

Other Tools from ServiceTitan MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JordanDalton/ServiceTitanMcpServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server