Skip to main content
Glama

Autotask MCP Server

get_ticket_attachment

Retrieve specific file attachments from Autotask tickets using ticket and attachment IDs, with optional base64 encoded file data inclusion.

Instructions

Get a specific ticket attachment by ticket ID and attachment ID

Input Schema

NameRequiredDescriptionDefault
attachmentIdYesThe attachment ID to retrieve
includeDataNoWhether to include base64 encoded file data (default: false)
ticketIdYesThe ticket ID

Input Schema (JSON Schema)

{ "properties": { "attachmentId": { "description": "The attachment ID to retrieve", "type": "number" }, "includeData": { "default": false, "description": "Whether to include base64 encoded file data (default: false)", "type": "boolean" }, "ticketId": { "description": "The ticket ID", "type": "number" } }, "required": [ "ticketId", "attachmentId" ], "type": "object" }

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/asachs01/autotask-mcp'

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