list_test_runs
List test runs in a test management project to get names, IDs, and due dates. Specify the project and optionally limit results up to 200.
Instructions
List test runs in a test management project. Returns run names, IDs, and due dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| limit | No | Max items 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. |