Skip to main content
Glama

QASE MCP Server

get_suite

Retrieve a specific test suite from the QASE test management platform by providing its unique ID and project code, enabling efficient test suite management.

Instructions

Get a specific test suite

Input Schema

NameRequiredDescriptionDefault
codeYes
idYes

Input Schema (JSON Schema)

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