get_test_run_summary
Retrieve a summary report for a specific test run using the master ID. Analyze performance data and view key insights from the BlazeMeter MCP Server.
Instructions
Get the summary report for a specified test run (master).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
masterId | Yes | The ID of the test run (master) to retrieve the summary for. |
Input Schema (JSON Schema)
{
"properties": {
"masterId": {
"description": "The ID of the test run (master) to retrieve the summary for.",
"type": "string"
}
},
"required": [
"masterId"
],
"type": "object"
}