ServiceTitan MCP Server

tasks_get_tasks

Retrieve task data from ServiceTitan based on filters like status, dates, priorities, and assigned users to manage and track task-related workflows efficiently.

Input Schema

NameRequiredDescriptionDefault
activeNoValues: [True, Any, False]
assignedToIdNoFormat - int64. Assigned to Id
businessUnitIdsNoBusiness Unit Ids (comma separated Ids)
completeBeforeNoFormat - date-time (as date-time in RFC3339). Completed Before
completeOnOrAfterNoFormat - date-time (as date-time in RFC3339). Completed On or After
createdBeforeNoFormat - date-time (as date-time in RFC3339). Created date before
createdOnOrAfterNoFormat - date-time (as date-time in RFC3339). Created date on or after
customerIdNoFormat - int64. Customer Id
employeeTaskResolutionIdsNoEmployeeTaskResolution Ids (comma separated Ids)
employeeTaskSourceIdsNoEmployeeTaskSource Ids (comma separated Ids)
employeeTaskTypeIdsNoEmployeeTaskType Ids (comma separated Ids)
idsNoTask Ids (comma separated Ids)
includeSubtasksNoInclude Subtasks
includeTotalNoWhether total count should be returned
involvedEmployeeIdListNoInvolved Employee Ids (comma separated Ids)
isClosedNoIs Closed This property is deprecated. Use Statuses instead.
jobIdNoFormat - int64. Job Id
jobNumberNoJob Number
modifiedBeforeNoFormat - date-time (as date-time in RFC3339). Modified date before
modifiedOnOrAfterNoFormat - date-time (as date-time in RFC3339). Modified date on or after
nameNoName
pageNoFormat - int32. The logical number of page to return, starting from 1
pageSizeNoFormat - int32. How many records to return (50 by default)
prioritiesNoPriorities (comma separated values)
projectIdNoFormat - int64. Project Id
reportedBeforeNoFormat - date-time (as date-time in RFC3339). Reported date before
reportedByIdNoFormat - int64. Reported By Id
reportedOnOrAfterNoFormat - date-time (as date-time in RFC3339). Reported On or After
sortNoApplies sorting by the specified field: "?sort=+FieldName" for ascending order, "?sort=-FieldName" for descending order. Available fields are: Id, CreatedOn, DescriptionModifiedOn, CompletedBy, Priority
statusesNoTask Status
taskNumberNoFormat - int64. Task Number
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "description": "Values: [True, Any, False]", "type": "string" }, "assignedToId": { "description": "Format - int64. Assigned to Id", "type": "integer" }, "businessUnitIds": { "description": "Business Unit Ids (comma separated Ids)", "type": "string" }, "completeBefore": { "description": "Format - date-time (as date-time in RFC3339). Completed Before", "format": "date-time", "type": "string" }, "completeOnOrAfter": { "description": "Format - date-time (as date-time in RFC3339). Completed On or After", "format": "date-time", "type": "string" }, "createdBefore": { "description": "Format - date-time (as date-time in RFC3339). Created date before", "format": "date-time", "type": "string" }, "createdOnOrAfter": { "description": "Format - date-time (as date-time in RFC3339). Created date on or after", "format": "date-time", "type": "string" }, "customerId": { "description": "Format - int64. Customer Id", "type": "integer" }, "employeeTaskResolutionIds": { "description": "EmployeeTaskResolution Ids (comma separated Ids)", "type": "string" }, "employeeTaskSourceIds": { "description": "EmployeeTaskSource Ids (comma separated Ids)", "type": "string" }, "employeeTaskTypeIds": { "description": "EmployeeTaskType Ids (comma separated Ids)", "type": "string" }, "ids": { "description": "Task Ids (comma separated Ids)", "type": "string" }, "includeSubtasks": { "description": "Include Subtasks", "type": "boolean" }, "includeTotal": { "description": "Whether total count should be returned", "type": "boolean" }, "involvedEmployeeIdList": { "description": "Involved Employee Ids (comma separated Ids)", "type": "string" }, "isClosed": { "description": "Is Closed\nThis property is deprecated. Use Statuses instead.", "type": "boolean" }, "jobId": { "description": "Format - int64. Job Id", "type": "integer" }, "jobNumber": { "description": "Job Number", "type": "string" }, "modifiedBefore": { "description": "Format - date-time (as date-time in RFC3339). Modified date before", "format": "date-time", "type": "string" }, "modifiedOnOrAfter": { "description": "Format - date-time (as date-time in RFC3339). Modified date on or after", "format": "date-time", "type": "string" }, "name": { "description": "Name", "type": "string" }, "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" }, "priorities": { "description": "Priorities (comma separated values)", "type": "string" }, "projectId": { "description": "Format - int64. Project Id", "type": "integer" }, "reportedBefore": { "description": "Format - date-time (as date-time in RFC3339). Reported date before", "format": "date-time", "type": "string" }, "reportedById": { "description": "Format - int64. Reported By Id", "type": "integer" }, "reportedOnOrAfter": { "description": "Format - date-time (as date-time in RFC3339). Reported On or After", "format": "date-time", "type": "string" }, "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, CreatedOn, DescriptionModifiedOn, CompletedBy, Priority", "type": "string" }, "statuses": { "description": "Task Status", "type": "string" }, "taskNumber": { "description": "Format - int64. Task Number", "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