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.
Create a new Zendesk support ticket
zendesk__create_ticket
{ "type": "object", "properties": { "subdomain": { "type": "string", "description": "Zendesk subdomain, for example example for example.zendesk.com" }, "ticket": { "type": "object", "description": "Zendesk ticket payload, for example { subject, comment: { body }, priority, requester_id, tags }" } }, "required": [ "subdomain", "ticket" ], "description": "Input schema for the zendesk__create_ticket tool." }