list_test_cases
List test cases with filters for project, suite, or search. Shows key fields: display ID, title, automation status, priority.
Instructions
List test cases with lightweight projection (display_id, title, automation_status, priority). Filterable by project, suite, or search term. Default limit 50, max 200.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 200). | |
| search | No | ilike match on display_id or title. | |
| suite_id | No | Filter by suite UUID. | |
| project_id | No | Filter by project UUID (joins through suite). |