Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List Zendesk support tickets
| Field | Value |
|---|---|
| Name | zendesk__list_tickets |
| Group | Integrations |
{
"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."
}