Skip to main content
Glama

Autotask MCP Server

get_ticket_details

Retrieve detailed information for a specific Autotask ticket using its ID to access comprehensive ticket data when full details are required.

Instructions

Get detailed information for a specific ticket by ID. Use this for full ticket data when needed.

Input Schema

NameRequiredDescriptionDefault
fullDetailsNoWhether to return full ticket details (default: false for optimized data)
ticketIDYesTicket ID to retrieve

Input Schema (JSON Schema)

{ "properties": { "fullDetails": { "default": false, "description": "Whether to return full ticket details (default: false for optimized data)", "type": "boolean" }, "ticketID": { "description": "Ticket ID to retrieve", "type": "number" } }, "required": [ "ticketID" ], "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