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.
Search Zendesk tickets with the Zendesk search API
zendesk__search_tickets
{ "type": "object", "properties": { "subdomain": { "type": "string", "description": "Zendesk subdomain, for example example for example.zendesk.com" }, "query": { "type": "string", "description": "Zendesk search query, for example type:ticket status:open" } }, "required": [ "subdomain", "query" ], "description": "Input schema for the zendesk__search_tickets tool." }