ServiceTitan MCP Server

paymentterms_getlist

Retrieve a list of payment terms from ServiceTitan by filtering creation/modification dates, IDs, or sorting fields. Supports pagination and total count inclusion for streamlined data access.

Input Schema

NameRequiredDescriptionDefault
createdBeforeNoReturn items created before certain date/time (in UTC)
createdOnOrAfterNoReturn items created on or after certain date/time (in UTC)
idsNoPerform lookup by multiple IDs (maximum 50)
includeTotalNoWhether total count should be returned
modifiedBeforeNo
modifiedOnOrAfterNo
pageNoThe logical number of page to return, starting from 1
pageSizeNoHow many records to return (50 by default)
sortNoApplies sorting by the specified field: "?sort=+FieldName" for ascending order, "?sort=-FieldName" for descending order. Available fields are: Id, Name, CreatedOn.
tenantYesTenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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": "Perform lookup by multiple IDs (maximum 50)", "type": "string" }, "includeTotal": { "description": "Whether total count should be returned", "type": "boolean" }, "modifiedBefore": { "format": "date-time", "type": "string" }, "modifiedOnOrAfter": { "format": "date-time", "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 the specified field:\n\"?sort=+FieldName\" for ascending order,\n\"?sort=-FieldName\" for descending order.\n\nAvailable fields are: Id, Name, CreatedOn.", "type": "string" }, "tenant": { "description": "Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r