ServiceTitan MCP Server

materialsmarkup_getlist

Retrieve a paginated list of material markups from ServiceTitan by specifying tenant ID, page, and page size for streamlined data access and management.

Input Schema

NameRequiredDescriptionDefault
pageNoFormat - int32.
pageSizeNoFormat - int32.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Format - int32.", "type": "integer" }, "pageSize": { "description": "Format - int32.", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r