Skip to main content
Glama

ServiceTitan MCP Server

gl_accounts_get_type_list

Retrieve a list of GL account types from ServiceTitan with filters for active status, creation/modification dates, IDs, names, and pagination, supporting tenant-specific queries.

Input Schema

NameRequiredDescriptionDefault
activeNoWhat kind of items should be returned (only active items will be returned by default) Values: [True, Any, False]
createdBeforeNoReturn items created before certain date/time (in UTC)
createdOnOrAfterNoReturn items created on or after certain date/time (in UTC)
idsNoComma-delimited list of account type IDs, maximum 50 items
includeTotalNoWhether total count should be returned
modifiedBeforeNoReturn items modified before certain date/time (in UTC)
modifiedOnOrAfterNoReturn items modified on or after certain date/time (in UTC)
namesNoComma-delimited list of account type names, maximum 50 items
pageNoThe logical number of page to return, starting from 1
pageSizeNoHow many records to return (50 by default)
sortNoApplies sorting by specified fields
tenantYesTenant 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" }, "createdBefore": { "description": "Return items created before certain date/time (in UTC)", "format": "date-time", "type": "string" }, "createdOnOrAfter": { "description": "Return items created on or after certain date/time (in UTC)", "format": "date-time", "type": "string" }, "ids": { "description": "Comma-delimited list of account type IDs, maximum 50 items", "type": "string" }, "includeTotal": { "description": "Whether total count should be returned", "type": "boolean" }, "modifiedBefore": { "description": "Return items modified before certain date/time (in UTC)", "format": "date-time", "type": "string" }, "modifiedOnOrAfter": { "description": "Return items modified on or after certain date/time (in UTC)", "format": "date-time", "type": "string" }, "names": { "description": "Comma-delimited list of account type names, maximum 50 items", "type": "string" }, "page": { "description": "The logical number of page to return, starting from 1", "type": "integer" }, "pageSize": { "description": "How many records to return (50 by default)", "type": "integer" }, "sort": { "description": "Applies sorting by specified fields", "type": "string" }, "tenant": { "description": "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