zd_search_tickets
ActiveTool of Zendesk
declared in 0.1.0
Search Zendesk tickets with a query string.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "status:open priority:high"
},
{
"query": "assignee:me status:pending"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query (e.g., \"status:open priority:high\")"
}
}
}Parent server
Zendesk
https://github.com/pipeworx-io/mcp-zendesk
1/7 registries