list_test_results
List test results in a run, showing names, statuses, and assignees.
Instructions
List test results in a test run. Returns result names, statuses, and assignees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| run | 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. |