list_manual_test_suites
Navigate test suite hierarchy to find suite IDs for organizing and creating test cases in TestDino projects.
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
TableJSON 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. |