Skip to main content
Glama

QASE MCP Server

update_result

Use the tool to modify an existing test run result in the QASE MCP Server. Input code, ID, hash, and result data to update test run outcomes efficiently.

Instructions

Update an existing test run result

Input Schema

NameRequiredDescriptionDefault
codeYes
hashYes
idYes
resultYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "type": "string" }, "hash": { "type": "string" }, "id": { "type": "number" }, "result": { "additionalProperties": {}, "type": "object" } }, "required": [ "code", "id", "hash", "result" ], "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