Skip to main content
Glama

ServiceTitan MCP Server

jobs_get_job_attachments

Retrieve attachments for a specific job in ServiceTitan using job ID and tenant ID, with options to filter by creation date, paginate results, and include totals.

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" }

You must be authenticated.

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