Skip to main content
Glama

QASE MCP Server

get_runs

Retrieve all test runs within a project using specific filters like status, milestone, environment, and date range for efficient test management and tracking.

Instructions

Get all test runs in a project

Input Schema

NameRequiredDescriptionDefault
codeYes
environmentNo
fromStartTimeNo
includeNo
limitNo
milestoneNo
offsetNo
searchNo
statusNo
toStartTimeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "type": "string" }, "environment": { "type": "number" }, "fromStartTime": { "type": "number" }, "include": { "type": "string" }, "limit": { "type": "number" }, "milestone": { "type": "number" }, "offset": { "type": "number" }, "search": { "type": "string" }, "status": { "type": "string" }, "toStartTime": { "type": "number" } }, "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