list_test_cases
Retrieve test cases from a project, filtered by test suite or assignee, with a configurable limit.
Instructions
List test cases in a test project. Optional filters: suite (ID or name), assignee (name or email).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| suite | No | a string that will be trimmed | |
| assignee | No | a string that will be trimmed | |
| limit | No | Maximum number of test cases 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. |