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.
Get a Zendesk ticket by ID
zendesk__get_ticket
{ "type": "object", "properties": { "subdomain": { "type": "string", "description": "Zendesk subdomain, for example example for example.zendesk.com" }, "ticketId": { "type": "number", "description": "Zendesk ticket ID" } }, "required": [ "subdomain", "ticketId" ], "description": "Input schema for the zendesk__get_ticket tool." }