Skip to main content
Glama

Autotask MCP Server

search_ticket_notes

Search and retrieve notes associated with a specific Autotask ticket to track activity history and communication details.

Instructions

Search for notes on a specific ticket

Input Schema

NameRequiredDescriptionDefault
pageSizeNoNumber of results to return (default: 25, max: 100)
ticketIdYesThe ticket ID to search notes for

Input Schema (JSON Schema)

{ "properties": { "pageSize": { "description": "Number of results to return (default: 25, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "ticketId": { "description": "The ticket ID to search notes for", "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