list_test_suites
List test suites in a project using its ID or name. Optionally filter by parent suite to access nested suites.
Instructions
List test suites in a test project. Accepts project ID or name. Optional parent filter for nested suites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| parent | No | a string that will be trimmed | |
| limit | No | Maximum number of suites to return (default: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |