find_populated_section
Find the first TestRail section with a minimum number of real test cases to serve as an anchor when bootstrapping a new feature.
Instructions
Find a section that has at least min_cases real cases — useful as a
house-style anchor when bootstrapping a new feature. Returns the first
section meeting the threshold (sections are scanned in TestRail order).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suite_id | No | ||
| min_cases | No | ||
| project_id | No | ||
| scan_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |