Skip to main content
Glama

QASE MCP Server

update_case

Modify existing test case details such as title, description, steps, severity, and tags in QASE test management platform. Ensure accurate and up-to-date test case documentation.

Instructions

Update an existing test case

Input Schema

NameRequiredDescriptionDefault
automationNo
behaviorNo
codeYes
custom_fieldsNo
descriptionNo
idYes
is_flakyNo
layerNo
milestone_idNo
paramsNo
postconditionsNo
preconditionsNo
priorityNo
severityNo
statusNo
stepsNo
suite_idNo
tagsNo
titleNo
typeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "automation": { "type": "number" }, "behavior": { "type": "number" }, "code": { "type": "string" }, "custom_fields": { "items": { "additionalProperties": false, "properties": { "id": { "type": "number" }, "value": { "type": "string" } }, "required": [ "id", "value" ], "type": "object" }, "type": "array" }, "description": { "type": "string" }, "id": { "type": "number" }, "is_flaky": { "type": "boolean" }, "layer": { "type": "number" }, "milestone_id": { "type": "number" }, "params": { "items": { "additionalProperties": false, "properties": { "title": { "type": "string" }, "value": { "type": "string" } }, "required": [ "title", "value" ], "type": "object" }, "type": "array" }, "postconditions": { "type": "string" }, "preconditions": { "type": "string" }, "priority": { "type": "number" }, "severity": { "type": "number" }, "status": { "type": "number" }, "steps": { "items": { "additionalProperties": false, "properties": { "action": { "type": "string" }, "data": { "type": "string" }, "expected_result": { "type": "string" }, "position": { "type": "number" } }, "required": [ "action" ], "type": "object" }, "type": "array" }, "suite_id": { "type": "number" }, "tags": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" }, "type": { "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