ServiceTitan MCP Server

client_specific_pricing_get_all_rate_sheets

Retrieve all rate sheets for client-specific pricing by specifying tenant ID, search terms, and pagination options. Integrates with ServiceTitan API for streamlined pricing management.

Input Schema

NameRequiredDescriptionDefault
activeNoValues: [True, Any, False]
idsNoList of ids
includeTotalNoInclude total count
pageNoPage number
pageSizeNoPage size
searchTermNoSearch term
tenantYesTenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "description": "Values: [True, Any, False]", "type": [ "string", "null" ] }, "ids": { "description": "List of ids", "type": [ "string", "null" ] }, "includeTotal": { "description": "Include total count", "type": [ "boolean", "null" ] }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "description": "Page number" }, "pageSize": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "description": "Page size" }, "searchTerm": { "description": "Search term", "type": [ "string", "null" ] }, "tenant": { "description": "Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r