Skip to main content
Glama

Autotask MCP Server

create_ticket

Create new support tickets in Autotask to track customer issues, assign resources, and manage service requests with required company details and descriptions.

Instructions

Create a new ticket in Autotask

Input Schema

NameRequiredDescriptionDefault
assignedResourceIDNoAssigned resource ID
companyIDYesCompany ID for the ticket
contactIDNoContact ID for the ticket
descriptionYesTicket description
priorityNoTicket priority ID
statusNoTicket status ID
titleYesTicket title

Input Schema (JSON Schema)

{ "properties": { "assignedResourceID": { "description": "Assigned resource ID", "type": "number" }, "companyID": { "description": "Company ID for the ticket", "type": "number" }, "contactID": { "description": "Contact ID for the ticket", "type": "number" }, "description": { "description": "Ticket description", "type": "string" }, "priority": { "description": "Ticket priority ID", "type": "number" }, "status": { "description": "Ticket status ID", "type": "number" }, "title": { "description": "Ticket title", "type": "string" } }, "required": [ "companyID", "title", "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