Skip to main content
Glama

QASE MCP Server

create_result_bulk

Bulk create test run results for Qase test management platform using this tool, enabling efficient management of multiple outcomes in a single operation.

Instructions

Create multiple test run results in bulk

Input Schema

NameRequiredDescriptionDefault
codeYes
idYes
resultsYes

Input Schema (JSON Schema)

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