Skip to main content
Glama

Autotask MCP Server

search_tickets

Search and filter Autotask tickets by company, status, assigned resources, or keywords to retrieve comprehensive data for reporting and analytics.

Instructions

Search for tickets in Autotask with optional filters. BY DEFAULT retrieves ALL matching tickets via pagination for complete accuracy. Only specify pageSize to limit results. Perfect for reports and analytics.

Input Schema

NameRequiredDescriptionDefault
assignedResourceIDNoFilter by assigned resource ID. Use null (or omit) to search for unassigned tickets.
companyIDNoFilter by company ID
pageSizeNoOPTIONAL: Limit number of results. If omitted, retrieves ALL matching tickets for complete accuracy.
searchTermNoSearch term for ticket title or description
statusNoFilter by ticket status ID (omit for all open tickets: status < 5)
unassignedNoSet to true to find tickets that are not assigned to any resource (where assignedResourceID is null)

Input Schema (JSON Schema)

{ "properties": { "assignedResourceID": { "description": "Filter by assigned resource ID. Use null (or omit) to search for unassigned tickets.", "type": "number" }, "companyID": { "description": "Filter by company ID", "type": "number" }, "pageSize": { "description": "OPTIONAL: Limit number of results. If omitted, retrieves ALL matching tickets for complete accuracy.", "maximum": 500, "minimum": 1, "type": "number" }, "searchTerm": { "description": "Search term for ticket title or description", "type": "string" }, "status": { "description": "Filter by ticket status ID (omit for all open tickets: status < 5)", "type": "number" }, "unassigned": { "description": "Set to true to find tickets that are not assigned to any resource (where assignedResourceID is null)", "type": "boolean" } }, "required": [], "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