create_folder
Create a folder or suite in a project to organize test cases. Omit type for smart defaults: root-level becomes folder, nested items become suites.
Instructions
Create a new folder or suite in a project. Folders can contain other folders and suites; suites are leaf nodes for test cases. IMPORTANT: Omit "type" to use smart defaults (folder at root, suite when nested). To create a suite specifically, you can also use the create_suite alias.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Folder/suite name | |
| type | No | OPTIONAL - auto-detected. "folder" can contain children, "suite" is a leaf for test cases. Defaults to "folder" at root, "suite" when nested. | |
| parentId | No | Parent folder UUID. Omit for root-level folder. Note: suites cannot be parents. | |
| projectId | Yes | Project UUID to create folder in |