Skip to main content
Glama

ServiceTitan MCP Server

jobs_get_job_attachments

Retrieve job attachments from ServiceTitan by specifying tenant ID, job ID, and optional filters like date range, sorting, and pagination. Streamlines access to associated documents and files for efficient job management.

Input Schema

NameRequiredDescriptionDefault
createdBeforeNoFormat - date-time (as date-time in RFC3339).
createdOnOrAfterNoFormat - date-time (as date-time in RFC3339).
includeTotalNo
jobIdYesFormat - int64. Job Id
pageNoFormat - int32.
pageSizeNoFormat - int32.
sortNo
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "createdBefore": { "description": "Format - date-time (as date-time in RFC3339).", "format": "date-time", "type": "string" }, "createdOnOrAfter": { "description": "Format - date-time (as date-time in RFC3339).", "format": "date-time", "type": "string" }, "includeTotal": { "type": "boolean" }, "jobId": { "description": "Format - int64. Job Id", "type": "integer" }, "page": { "description": "Format - int32.", "type": "integer" }, "pageSize": { "description": "Format - int32.", "type": "integer" }, "sort": { "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "jobId" ], "type": "object" }

Other Tools from ServiceTitan MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JordanDalton/ServiceTitanMcpServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server