Skip to main content
Glama

ServiceTitan MCP Server

jobtypes_getlist

Retrieve a filtered list of job types from the ServiceTitan API by specifying criteria such as creation/modification dates, IDs, duration, priority, and more to streamline job management.

Input Schema

NameRequiredDescriptionDefault
activeNoWhat kind of items should be returned (only active items will be returned by default)\ Values: [True, Any, False]
createdBeforeNoFormat - date-time (as date-time in RFC3339). Return items created before certain date/time (in UTC)
createdOnOrAfterNoFormat - date-time (as date-time in RFC3339). Return items created on or after certain date/time (in UTC)
externalDataApplicationGuidNoFormat - guid. If this guid is provided, external data corresponding to this application guid will be returned.
idsNoPerform lookup by multiple IDs (maximum 50)
includeTotalNoWhether total count should be returned
maxDurationNoFormat - int32. Maximum length of time for this job type (in seconds)
minDurationNoFormat - int32. Minimum length of time for this job type (in seconds)
modifiedBeforeNoFormat - date-time (as date-time in RFC3339). Return items modified before certain date/time (in UTC)
modifiedOnOrAfterNoFormat - date-time (as date-time in RFC3339). Return items modified on or after certain date/time (in UTC)
nameNoFilters by job type name
orderByNoOrders results by a field. Supported fields are "id", "modifiedOn", and "createdOn"
orderByDirectionNoSpecifies order direction of results. Supported values are "asc"/"ascending" and "desc"/"descending"
pageNoFormat - int32. The logical number of page to return, starting from 1
pageSizeNoFormat - int32. How many records to return (50 by default)
priorityNoLevel of urgency for this type of job
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "description": "What kind of items should be returned (only active items will be returned by default)\\\nValues: [True, Any, False]", "type": [ "string", "null" ] }, "createdBefore": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "description": "Format - date-time (as date-time in RFC3339). Return items created before certain date/time (in UTC)" }, "createdOnOrAfter": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "description": "Format - date-time (as date-time in RFC3339). Return items created on or after certain date/time (in UTC)" }, "externalDataApplicationGuid": { "anyOf": [ { "format": "uuid", "type": "string" }, { "type": "null" } ], "description": "Format - guid. If this guid is provided, external data corresponding to\nthis application guid will be returned." }, "ids": { "description": "Perform lookup by multiple IDs (maximum 50)", "type": [ "string", "null" ] }, "includeTotal": { "description": "Whether total count should be returned", "type": [ "boolean", "null" ] }, "maxDuration": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "description": "Format - int32. Maximum length of time for this job type (in seconds)" }, "minDuration": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "description": "Format - int32. Minimum length of time for this job type (in seconds)" }, "modifiedBefore": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "description": "Format - date-time (as date-time in RFC3339). Return items modified before certain date/time (in UTC)" }, "modifiedOnOrAfter": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "description": "Format - date-time (as date-time in RFC3339). Return items modified on or after certain date/time (in UTC)" }, "name": { "description": "Filters by job type name", "type": [ "string", "null" ] }, "orderBy": { "description": "Orders results by a field. Supported fields are \"id\", \"modifiedOn\", and \"createdOn\"", "type": [ "string", "null" ] }, "orderByDirection": { "description": "Specifies order direction of results. Supported values are \"asc\"/\"ascending\" and \"desc\"/\"descending\"", "type": [ "string", "null" ] }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "description": "Format - int32. The logical number of page to return, starting from 1" }, "pageSize": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "description": "Format - int32. How many records to return (50 by default)" }, "priority": { "description": "Level of urgency for this type of job", "type": [ "string", "null" ] }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

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