ServiceTitan MCP Server

activity_categories_get

Retrieve specific activity category details from ServiceTitan using the tenant ID and activity category ID for streamlined data access and management.

Input Schema

NameRequiredDescriptionDefault
idYesThe activity category ID
tenantYesTenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The activity category ID", "type": "integer" }, "tenant": { "description": "Tenant ID", "type": "integer" } }, "required": [ "tenant", "id" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r