Skip to main content
Glama

Autotask MCP Server

get_ticket_note

Retrieve specific ticket notes from Autotask PSA by providing ticket ID and note ID to access detailed service record information.

Instructions

Get a specific ticket note by ticket ID and note ID

Input Schema

NameRequiredDescriptionDefault
noteIdYesThe note ID to retrieve
ticketIdYesThe ticket ID

Input Schema (JSON Schema)

{ "properties": { "noteId": { "description": "The note ID to retrieve", "type": "number" }, "ticketId": { "description": "The ticket ID", "type": "number" } }, "required": [ "ticketId", "noteId" ], "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