list_views
List all saved ticket views available to the API user, providing IDs needed to access specific ticket lists.
Instructions
List ALL saved ticket views (filtered ticket lists agents use as dashboards) accessible to the API user. Use this to discover view IDs, then call Zendesk's /api/v2/views/{id}/tickets for the actual ticket list (this MCP doesn't yet expose execute_view; use search with the equivalent filters as a workaround).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| per_page | No | Number of views per page (max 100) |