run_test_plan
Execute a test plan by creating a test run and generating one test result per plan item. Optionally name the run and set a due date.
Instructions
Execute a test plan: creates a test run and one test result per plan item. Returns the run ID and count of results created. Optionally name the run and set a due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| plan | Yes | a string that will be trimmed | |
| runName | No | a string that will be trimmed | |
| dueDate | No | Due date as Unix timestamp in milliseconds |
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. |