create_suite
Create a test suite as a folder-level container for test cases. Provide project ID, suite name, and parent folder UUID to place it correctly inside the project tree.
Instructions
Create a test suite (a leaf node that holds test cases) inside a folder. This is a convenience alias for create_folder with type="suite". Use this when the user asks to "create a suite". Suites cannot live at the root level, so parentId (a folder UUID) is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Suite name | |
| parentId | Yes | Parent folder UUID the suite will live inside. Required - suites cannot be created at the root level. | |
| projectId | Yes | Project UUID to create the suite in |