Skip to main content
Glama

QASE MCP Server

get_cases

Retrieve all test cases within a project by filtering based on criteria like milestone, suite, severity, priority, automation, status, or external issues using QASE MCP Server.

Instructions

Get all test cases in a project

Input Schema

NameRequiredDescriptionDefault
automationNo
behaviorNo
codeYes
externalIssuesIdsNo
externalIssuesTypeNo
includeNo
limitNo
milestoneIdNo
offsetNo
priorityNo
searchNo
severityNo
statusNo
suiteIdNo
typeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "automation": { "type": "string" }, "behavior": { "type": "string" }, "code": { "type": "string" }, "externalIssuesIds": { "items": { "type": "string" }, "type": "array" }, "externalIssuesType": { "enum": [ "asana", "azure-devops", "clickup-app", "github-app", "gitlab-app", "jira-cloud", "jira-server", "linear", "monday", "redmine-app", "trello-app", "youtrack-app" ], "type": "string" }, "include": { "type": "string" }, "limit": { "type": "number" }, "milestoneId": { "type": "number" }, "offset": { "type": "number" }, "priority": { "type": "string" }, "search": { "type": "string" }, "severity": { "type": "string" }, "status": { "type": "string" }, "suiteId": { "type": "number" }, "type": { "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