Skip to main content
Glama

Autotask MCP Server

create_ticket_note

Add notes to Autotask tickets to document updates, track progress, and maintain communication records for support cases.

Instructions

Create a new note for a ticket

Input Schema

NameRequiredDescriptionDefault
descriptionYesNote content
noteTypeNoNote type (1=General, 2=Appointment, 3=Task, 4=Ticket, 5=Project, 6=Opportunity)
publishNoPublish level (1=Internal Only, 2=All Autotask Users, 3=Everyone)
ticketIdYesThe ticket ID to add the note to
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Note content", "type": "string" }, "noteType": { "description": "Note type (1=General, 2=Appointment, 3=Task, 4=Ticket, 5=Project, 6=Opportunity)", "type": "number" }, "publish": { "description": "Publish level (1=Internal Only, 2=All Autotask Users, 3=Everyone)", "type": "number" }, "ticketId": { "description": "The ticket ID to add the note to", "type": "number" }, "title": { "description": "Note title", "type": "string" } }, "required": [ "ticketId", "description" ], "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