Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List comments on a Zendesk ticket
zendesk__list_ticket_comments
{ "type": "object", "properties": { "subdomain": { "type": "string", "description": "Zendesk subdomain, for example example for example.zendesk.com" }, "ticketId": { "type": "number", "description": "Zendesk ticket ID" }, "page[size]": { "type": "number", "description": "Maximum comments to return" }, "sort_order": { "type": "string", "description": "Sort order asc or desc" } }, "required": [ "subdomain", "ticketId" ], "description": "Input schema for the zendesk__list_ticket_comments tool." }