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 comments on a Zendesk ticket
| Field | Value |
|---|---|
| Name | zendesk__list_ticket_comments |
| Group | Integrations |
{
"type": "object",
"properties": {
"subdomain": {
"type": "string",
"description": "Zendesk subdomain, for example example for example.zendesk.com"
},
"ticketId": {
"type": "number",
"description": "Zendesk ticket ID"
},
"page[size]": {
"type": "number",
"description": "Maximum comments to return"
},
"sort_order": {
"type": "string",
"description": "Sort order asc or desc"
}
},
"required": [
"subdomain",
"ticketId"
],
"description": "Input schema for the zendesk__list_ticket_comments tool."
}