ServiceTitan MCP Server

dynamic_value_sets_get_dynamic_set

Retrieve dynamic value sets from ServiceTitan reports using a specific ID, with options to paginate results and include total counts for efficient data management.

Input Schema

NameRequiredDescriptionDefault
dynamicSetIdYesID of dynamic set taken from a report description
includeTotalNoWhether total count should be returned
pageNoFormat - int32. The logical number of page to return, starting from 1
pageSizeNoFormat - int32. How many records to return (50 by default)
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dynamicSetId": { "description": "ID of dynamic set taken from a report description", "type": "string" }, "includeTotal": { "description": "Whether total count should be returned", "type": "boolean" }, "page": { "description": "Format - int32. The logical number of page to return, starting from 1", "type": "integer" }, "pageSize": { "description": "Format - int32. How many records to return (50 by default)", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "dynamicSetId", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r