get_result
Retrieve test run results using a unique code and hash with this tool integrated into QASE MCP Server for efficient test management and analysis.
Instructions
Get test run result by code and hash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | ||
hash | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"hash": {
"type": "string"
}
},
"required": [
"code",
"hash"
],
"type": "object"
}