testrail_find_cases
Search a TestRail project for cases whose title contains the given text (case-insensitive substring), walking ALL pages server-side. USE THIS — not testrail_list_cases — to check whether a case already exists before calling testrail_create_case, because it cannot be fooled by a truncated page. Returns only matching cases plus scanned/capReached so a "no matches" answer can be trusted. Narrow with sectionId/suiteId to scan less.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to look for inside case titles (case-insensitive substring) | |
| compact | No | Return only id + title per match instead of all 7 fields | |
| suiteId | No | Optional suite scope | |
| projectId | Yes | TestRail project id | |
| sectionId | No | Optional section scope |