search_suite
Find the suite ID by searching a suite name or prefix, returning all matches for disambiguation before creating or listing test cases.
Instructions
Resolve a suite name or prefix to a suite reference. Call this before create_test_case or list_test_cases to get the suite_id. Returns all matches so the caller can disambiguate if >1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project UUID. Scopes the search (prefix is only unique per project). | |
| name_or_prefix | Yes | Suite name or prefix to search (case-insensitive, substring match). |