Skip to main content
Glama

QASE MCP Server

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

NameRequiredDescriptionDefault
codeYes
hashYes

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rikuson/mcp-qase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server