list_folders
Get folder and suite hierarchy for a project, including parent IDs and paths, to supply folder IDs needed for creating test cases.
Instructions
List all folders and suites for a project. Call this to get folder IDs needed for create_test_case. Returns a flat list with hierarchy info (parentId, path, depth). Folders can contain other folders and suites; suites are leaf nodes that contain test cases only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project UUID to list folders from | |
| includeStats | No | Include basic statistics (slower query) | |
| includeDeleted | No | Include archived/deleted folders |