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 Zendesk support tickets
zendesk__list_tickets
{ "type": "object", "properties": { "subdomain": { "type": "string", "description": "Zendesk subdomain, for example example for example.zendesk.com" }, "page[size]": { "type": "number", "description": "Maximum tickets to return" }, "sort": { "type": "string", "description": "Cursor pagination sort expression" } }, "required": [ "subdomain" ], "description": "Input schema for the zendesk__list_tickets tool." }