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.
Search Zendesk tickets with the Zendesk search API
| Field | Value |
|---|---|
| Name | zendesk__search_tickets |
| Group | Integrations |
{
"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."
}