Skip to main content
Glama
JordanDalton

ServiceTitan MCP Server

recurring_service_types_get_list

Retrieve a filtered list of recurring service types from ServiceTitan. Filter by ID, membership type, recurrence type, duration, status, creation/modification dates, and apply pagination or sorting.

Input Schema

TableJSON 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)
durationTypeNoFilters by duration type Values: [Continuous, NumberOfVisits]
idsNoPerform lookup by multiple IDs (maximum 50)
includeTotalNoWhether total count should be returned
membershipTypeIdNoFormat - int64. Filters by membership type ID
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)
pageNoFormat - int32. The logical number of page to return, starting from 1
pageSizeNoFormat - int32. How many records to return (50 by default)
recurrenceTypeNoFilters by recurrence type Values: [Weekly, Monthly, Seasonal, Daily, NthWeekdayOfMonth]
sortNoApplies sorting by the specified field: "?sort=+FieldName" for ascending order, "?sort=-FieldName" for descending order. Available fields are: Id, Name, CreatedOn, ModifiedOn.
tenantYesFormat - int64. Tenant ID
Install Server

Other Tools

Latest Blog Posts

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