list_manual_test_suites
List test suite hierarchy by project to locate suite IDs for creating test cases. Optionally filter by parent suite to navigate nested test organization.
Instructions
List the test suite hierarchy to help users find suiteIds for test case creation. Use this to navigate the test suite structure and understand test organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| parentSuiteId | No | Optional parent suite ID to fetch only children of a specific suite. If not provided, returns the root-level suites. |