Skip to main content
Glama

QASE MCP Server

create_project

Initialize new projects in QASE by defining project code, title, and access settings. Streamline test management integration for organized workflows.

Instructions

Create new project

Input Schema

NameRequiredDescriptionDefault
accessNo
codeYes
descriptionNo
groupNo
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "access": { "enum": [ "all", "group", "none" ], "type": "string" }, "code": { "type": "string" }, "description": { "type": "string" }, "group": { "type": "string" }, "title": { "type": "string" } }, "required": [ "code", "title" ], "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