zendesk_analyze_tickets
Analyze Zendesk tickets by brand, time period, status, and priority. Retrieve full ticket details and comments for root cause analysis, with summary statistics.
Instructions
Analyze tickets for a brand over a time period. Fetches full ticket details including all comments for root cause analysis. Returns summary statistics and complete ticket data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand_name | Yes | Brand name to analyze tickets for (case-insensitive partial match) | |
| days_back | No | Number of days to look back (default: 30) | |
| max_tickets | No | Maximum tickets to analyze, up to 500 (default: 100) | |
| status | No | Filter by status (open, pending, solved, closed) | |
| priority | No | Filter by priority (low, normal, high, urgent) |