Skip to main content
Glama

QASE MCP Server

get_results

Retrieve test run results for a project in QASE, filtering by status, date range, or pagination to streamline test management and analysis.

Instructions

Get all test run results for a project

Input Schema

NameRequiredDescriptionDefault
codeYes
fromNo
limitNo
offsetNo
statusNo
toNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "type": "string" }, "from": { "type": "string" }, "limit": { "type": "string" }, "offset": { "type": "string" }, "status": { "enum": [ "passed", "failed", "blocked" ], "type": "string" }, "to": { "type": "string" } }, "required": [ "code" ], "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